#de72b5

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

Shades of Persian Pink #DE72B5

Tints of Persian Pink #DE72B5

Color information

#DE72B5 (or 0xDE72B5) is unknown color: approx Persian Pink. HEX triplet: DE, 72 and B5. RGB value is (222,114,181). Sum of RGB (Red+Green+Blue) = 222+114+181=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72B5 is #218D4A. Grayscale: #999999. Windows color (decimal): -2198859 or 11891422. OLE color: 11891422.

HSL color Cylindrical-coordinate representation of color #DE72B5: hue angle of 322.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 #DE72B5 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222114181-
CMYK00.490.180.13
HSL322.78º62.07%65.88%-
HSV(B)322.78º48.65%87.06%-
XYZ44.4830.947.34-
YUV153.93143.28176.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=42.94%
G=22.05%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211418100.490.180.13322.7862.0765.88
HexDE72B503112D1433e42
Octal336162265061221550376102
Binary1101111011100101011010101100011001011011010000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de72b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de72b5; }

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

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

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

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

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

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

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

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