#DD7FB6

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

Shades of Persian Pink #DD7FB6

Tints of Persian Pink #DD7FB6

Color information

#DD7FB6 (or 0xDD7FB6) is unknown color: approx Persian Pink. HEX triplet: DD, 7F and B6. RGB value is (221,127,182). Sum of RGB (Red+Green+Blue) = 221+127+182=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FB6 is #228049. Grayscale: #A1A1A1. Windows color (decimal): -2261066 or 11960285. OLE color: 11960285.

HSL color Cylindrical-coordinate representation of color #DD7FB6: hue angle of 324.89º 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 #DD7FB6 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221127182-
CMYK00.430.180.13
HSL324.89º58.02%68.24%-
HSV(B)324.89º42.53%86.67%-
XYZ45.8533.9348.39-
YUV161.38139.64170.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=41.70%
G=23.96%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112718200.430.180.13324.8958.0268.24
HexDD7FB602B12D1453a44
Octal335177266053221550572104
Binary1101110111111111011011001010111001011011010001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FB6; }

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

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

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

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

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

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

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

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