#DE3D8A

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

Shades of Deep Cerise #DE3D8A

Tints of Deep Cerise #DE3D8A

Color information

#DE3D8A (or 0xDE3D8A) is unknown color: approx Deep Cerise. HEX triplet: DE, 3D and 8A. RGB value is (222,61,138). Sum of RGB (Red+Green+Blue) = 222+61+138=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3D8A is #21C275. Grayscale: #757575. Windows color (decimal): -2212470 or 9059806. OLE color: 9059806.

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

Color convert

RGB22261138-
CMYK00.730.380.13
HSL331.3º70.93%55.49%-
HSV(B)331.3º72.52%87.06%-
XYZ36.3820.726.12-
YUV117.92139.34202.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.73%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=52.73%
G=14.49%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226113800.730.380.13331.370.9355.49
HexDE3D8A04926D14b4737
Octal336752120111461551310767
Binary11011110111101100010100100100110011011011010010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3D8A; }

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

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

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

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

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

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

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

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