#DF6EBB

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

Shades of Persian Pink #DF6EBB

Tints of Persian Pink #DF6EBB

Color information

#DF6EBB (or 0xDF6EBB) is unknown color: approx Persian Pink. HEX triplet: DF, 6E and BB. RGB value is (223,110,187). Sum of RGB (Red+Green+Blue) = 223+110+187=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EBB is #209144. Grayscale: #989898. Windows color (decimal): -2134341 or 12283615. OLE color: 12283615.

HSL color Cylindrical-coordinate representation of color #DF6EBB: hue angle of 319.12º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EBB is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223110187-
CMYK00.510.160.13
HSL319.12º63.84%65.29%-
HSV(B)319.12º50.67%87.45%-
XYZ44.9830.4350.52-
YUV152.56147.44178.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 110 (43.36% from 255) = 21.15%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=42.88%
G=21.15%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311018700.510.160.13319.1263.8465.29
HexDF6EBB03310D13f4041
Octal3371562730632015477100101
Binary11011111110111010111011011001110000110110011111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6EBB; }

 p { color: rgb(223,110,187); }

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

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

 a { background-color: rgb(223,110,187); }

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

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

 span { border-color: rgb(223,110,187); }

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