#DF6EBA

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

Shades of Persian Pink #DF6EBA

Tints of Persian Pink #DF6EBA

Color information

#DF6EBA (or 0xDF6EBA) is unknown color: approx Persian Pink. HEX triplet: DF, 6E and BA. RGB value is (223,110,186). Sum of RGB (Red+Green+Blue) = 223+110+186=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EBA is #209145. Grayscale: #989898. Windows color (decimal): -2134342 or 12218079. OLE color: 12218079.

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

Color convert

RGB223110186-
CMYK00.510.170.13
HSL319.65º63.84%65.29%-
HSV(B)319.65º50.67%87.45%-
XYZ44.8730.3949.95-
YUV152.45146.94178.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 110 (43.36% from 255) = 21.19%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=42.97%
G=21.19%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311018600.510.170.13319.6563.8465.29
HexDF6EBA03311D1404041
Octal3371562720632115500100101
Binary11011111110111010111010011001110001110110100000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6EBA; }

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

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

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

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

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

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

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

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