#DD7FB7

Color #DD7FB7 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DD7FB7

Tints of Persian Pink #DD7FB7

Color information

#DD7FB7 (or 0xDD7FB7) is unknown color: approx Persian Pink. HEX triplet: DD, 7F and B7. RGB value is (221,127,183). Sum of RGB (Red+Green+Blue) = 221+127+183=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FB7 is #228048. Grayscale: #A1A1A1. Windows color (decimal): -2261065 or 12025821. OLE color: 12025821.

HSL color Cylindrical-coordinate representation of color #DD7FB7: hue angle of 324.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7FB7 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221127183-
CMYK00.430.170.13
HSL324.26º58.02%68.24%-
HSV(B)324.26º42.53%86.67%-
XYZ45.9633.9748.93-
YUV161.49140.14170.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=41.62%
G=23.92%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112718300.430.170.13324.2658.0268.24
HexDD7FB702B11D1443a44
Octal335177267053211550472104
Binary1101110111111111011011101010111000111011010001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FB7; }

 p { color: rgb(221,127,183); }

 H1.HeaderClassName
 {
   color: #DD7FB7;
 }
 .AnyTagClassName
 {
   color: #DD7FB7;
 }
</style>
background-color css

<style>
 a { background-color: #DD7FB7; }

 a { background-color: rgb(221,127,183); }

 div.DivClassName
 {
   background-color: #DD7FB7;
 }
 .BgClassName
 {
   background-color: #DD7FB7;
 }
</style>
border-color css

<style>
 span { border-color: #DD7FB7; }

 span { border-color: rgb(221,127,183); }

 td.TdClassName
 {
   border-color: #DD7FB7;
 }
 .TagClassName
 {
   border-color: #DD7FB7;
 }
</style>