#DE72BE

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

Shades of Persian Pink #DE72BE

Tints of Persian Pink #DE72BE

Color information

#DE72BE (or 0xDE72BE) is unknown color: approx Persian Pink. HEX triplet: DE, 72 and BE. RGB value is (222,114,190). Sum of RGB (Red+Green+Blue) = 222+114+190=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72BE is #218D41. Grayscale: #9A9A9A. Windows color (decimal): -2198850 or 12481246. OLE color: 12481246.

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

Color convert

RGB222114190-
CMYK00.490.140.13
HSL317.78º62.07%65.88%-
HSV(B)317.78º48.65%87.06%-
XYZ45.4431.2852.36-
YUV154.96147.78175.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 114 (44.92% from 255) = 21.67%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=42.21%
G=21.67%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211419000.490.140.13317.7862.0765.88
HexDE72BE031ED13e3e42
Octal336162276061161547676102
Binary110111101110010101111100110001111011011001111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72BE; }

 p { color: rgb(222,114,190); }

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

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

 a { background-color: rgb(222,114,190); }

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

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

 span { border-color: rgb(222,114,190); }

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