#DE3D8F

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

Shades of Deep Cerise #DE3D8F

Tints of Deep Cerise #DE3D8F

Color information

#DE3D8F (or 0xDE3D8F) is unknown color: approx Deep Cerise. HEX triplet: DE, 3D and 8F. RGB value is (222,61,143). Sum of RGB (Red+Green+Blue) = 222+61+143=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3D8F is #21C270. Grayscale: #767676. Windows color (decimal): -2212465 or 9387486. OLE color: 9387486.

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

Color convert

RGB22261143-
CMYK00.730.360.13
HSL329.44º70.93%55.49%-
HSV(B)329.44º72.52%87.06%-
XYZ36.7520.8528.07-
YUV118.49141.84201.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 61 (24.22% from 255) = 14.32%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=52.11%
G=14.32%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226114300.730.360.13329.4470.9355.49
HexDE3D8F04924D1494737
Octal336752170111441551110767
Binary11011110111101100011110100100110010011011010010011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3D8F; }

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

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

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

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

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

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

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

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