#DF76B2

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

Shades of Persian Pink #DF76B2

Tints of Persian Pink #DF76B2

Color information

#DF76B2 (or 0xDF76B2) is unknown color: approx Persian Pink. HEX triplet: DF, 76 and B2. RGB value is (223,118,178). Sum of RGB (Red+Green+Blue) = 223+118+178=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF76B2 is #20894D. Grayscale: #9C9C9C. Windows color (decimal): -2132302 or 11695839. OLE color: 11695839.

HSL color Cylindrical-coordinate representation of color #DF76B2: hue angle of 325.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF76B2 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223118178-
CMYK00.470.200.13
HSL325.71º62.13%66.86%-
HSV(B)325.71º47.09%87.45%-
XYZ44.9531.8645.9-
YUV156.23140.29175.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=42.97%
G=22.74%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311817800.470.200.13325.7162.1366.86
HexDF76B202F14D1463e43
Octal337166262057241550676103
Binary1101111111101101011001001011111010011011010001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF76B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF76B2; }

 p { color: rgb(223,118,178); }

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

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

 a { background-color: rgb(223,118,178); }

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

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

 span { border-color: rgb(223,118,178); }

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