#DE37B1

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

Shades of Persian Rose #DE37B1

Tints of Persian Rose #DE37B1

Color information

#DE37B1 (or 0xDE37B1) is unknown color: approx Persian Rose. HEX triplet: DE, 37 and B1. RGB value is (222,55,177). Sum of RGB (Red+Green+Blue) = 222+55+177=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE37B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE37B1 is #21C84E. Grayscale: #767676. Windows color (decimal): -2213967 or 11614174. OLE color: 11614174.

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

Color convert

RGB22255177-
CMYK00.750.200.13
HSL316.17º71.67%54.31%-
HSV(B)316.17º75.23%87.06%-
XYZ39.4321.4443.65-
YUV118.84160.83201.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 55 (21.88% from 255) = 12.11%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=48.90%
G=12.11%
B=38.99%

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
Decimal2225517700.750.200.13316.1771.6754.31
HexDE37B104B14D13c4836
Octal336672610113241547411066
Binary1101111011011110110001010010111010011011001111001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE37B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE37B1; }

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

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

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

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

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

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

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

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