#DE78B8

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

Shades of Persian Pink #DE78B8

Tints of Persian Pink #DE78B8

Color information

#DE78B8 (or 0xDE78B8) is unknown color: approx Persian Pink. HEX triplet: DE, 78 and B8. RGB value is (222,120,184). Sum of RGB (Red+Green+Blue) = 222+120+184=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78B8 is #218747. Grayscale: #9D9D9D. Windows color (decimal): -2197320 or 12089566. OLE color: 12089566.

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

Color convert

RGB222120184-
CMYK00.460.170.13
HSL322.35º60.71%67.06%-
HSV(B)322.35º45.95%87.06%-
XYZ45.4932.4249.21-
YUV157.79142.79173.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 120 (47.27% from 255) = 22.81%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=42.21%
G=22.81%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212018400.460.170.13322.3560.7167.06
HexDE78B802E11D1423d43
Octal336170270056211550275103
Binary1101111011110001011100001011101000111011010000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78B8; }

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

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

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

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

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

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

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

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