#DE78B7

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

Shades of Persian Pink #DE78B7

Tints of Persian Pink #DE78B7

Color information

#DE78B7 (or 0xDE78B7) is unknown color: approx Persian Pink. HEX triplet: DE, 78 and B7. RGB value is (222,120,183). Sum of RGB (Red+Green+Blue) = 222+120+183=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78B7 is #218748. Grayscale: #9D9D9D. Windows color (decimal): -2197321 or 12024030. OLE color: 12024030.

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

Color convert

RGB222120183-
CMYK00.460.180.13
HSL322.94º60.71%67.06%-
HSV(B)322.94º45.95%87.06%-
XYZ45.3932.3848.66-
YUV157.68142.29173.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=42.29%
G=22.86%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212018300.460.180.13322.9460.7167.06
HexDE78B702E12D1433d43
Octal336170267056221550375103
Binary1101111011110001011011101011101001011011010000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78B7; }

 p { color: rgb(222,120,183); }

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

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

 a { background-color: rgb(222,120,183); }

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

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

 span { border-color: rgb(222,120,183); }

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