#DE338A

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

Shades of Deep Cerise #DE338A

Tints of Deep Cerise #DE338A

Color information

#DE338A (or 0xDE338A) is unknown color: approx Deep Cerise. HEX triplet: DE, 33 and 8A. RGB value is (222,51,138). Sum of RGB (Red+Green+Blue) = 222+51+138=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE338A is #21CC75. Grayscale: #6F6F6F. Windows color (decimal): -2215030 or 9057246. OLE color: 9057246.

HSL color Cylindrical-coordinate representation of color #DE338A: hue angle of 329.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE338A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22251138-
CMYK00.770.380.13
HSL329.47º72.15%53.53%-
HSV(B)329.47º77.03%87.06%-
XYZ35.919.7325.96-
YUV112.05142.65206.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.01%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=54.01%
G=12.41%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225113800.770.380.13329.4772.1553.53
HexDE338A04D26D1494836
Octal336632120115461551111066
Binary11011110110011100010100100110110011011011010010011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE338A; }

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

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

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

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

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

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

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

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