#de3b9c

Color #DE3B9C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DE3B9C

Tints of Deep Cerise #DE3B9C

Color information

#DE3B9C (or 0xDE3B9C) is unknown color: approx Deep Cerise. HEX triplet: DE, 3B and 9C. RGB value is (222,59,156). Sum of RGB (Red+Green+Blue) = 222+59+156=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3B9C is #21C463. Grayscale: #767676. Windows color (decimal): -2212964 or 10238942. OLE color: 10238942.

HSL color Cylindrical-coordinate representation of color #DE3B9C: hue angle of 324.29º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3B9C is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB22259156-
CMYK00.730.300.13
HSL324.29º71.18%55.1%-
HSV(B)324.29º73.42%87.06%-
XYZ37.6921.0633.53-
YUV118.79149201.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 59 (23.44% from 255) = 13.50%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=50.80%
G=13.50%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225915600.730.300.13324.2971.1855.1
HexDE3B9C0491ED1444737
Octal336732340111361550410767
Binary1101111011101110011100010010011111011011010001001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de3b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de3b9c; }

 p { color: rgb(222,59,156); }

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

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

 a { background-color: rgb(222,59,156); }

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

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

 span { border-color: rgb(222,59,156); }

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