#DE37B2

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

Shades of Persian Rose #DE37B2

Tints of Persian Rose #DE37B2

Color information

#DE37B2 (or 0xDE37B2) is unknown color: approx Persian Rose. HEX triplet: DE, 37 and B2. RGB value is (222,55,178). Sum of RGB (Red+Green+Blue) = 222+55+178=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE37B2 is #21C84D. Grayscale: #767676. Windows color (decimal): -2213966 or 11679710. OLE color: 11679710.

HSL color Cylindrical-coordinate representation of color #DE37B2: hue angle of 315.81º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE37B2 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB22255178-
CMYK00.750.200.13
HSL315.81º71.67%54.31%-
HSV(B)315.81º75.23%87.06%-
XYZ39.5321.4844.18-
YUV118.96161.33201.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 55 (21.88% from 255) = 12.09%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=48.79%
G=12.09%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225517800.750.200.13315.8171.6754.31
HexDE37B204B14D13c4836
Octal336672620113241547411066
Binary1101111011011110110010010010111010011011001111001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE37B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE37B2; }

 p { color: rgb(222,55,178); }

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

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

 a { background-color: rgb(222,55,178); }

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

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

 span { border-color: rgb(222,55,178); }

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