#DE3D8C

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

Shades of Deep Cerise #DE3D8C

Tints of Deep Cerise #DE3D8C

Color information

#DE3D8C (or 0xDE3D8C) is unknown color: approx Deep Cerise. HEX triplet: DE, 3D and 8C. RGB value is (222,61,140). Sum of RGB (Red+Green+Blue) = 222+61+140=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3D8C is #21C273. Grayscale: #757575. Windows color (decimal): -2212468 or 9190878. OLE color: 9190878.

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

Color convert

RGB22261140-
CMYK00.730.370.13
HSL330.56º70.93%55.49%-
HSV(B)330.56º72.52%87.06%-
XYZ36.5320.7626.89-
YUV118.15140.34202.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.48%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=52.48%
G=14.42%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226114000.730.370.13330.5670.9355.49
HexDE3D8C04925D14b4737
Octal336752140111451551310767
Binary11011110111101100011000100100110010111011010010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3D8C; }

 p { color: rgb(222,61,140); }

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

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

 a { background-color: rgb(222,61,140); }

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

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

 span { border-color: rgb(222,61,140); }

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