#DE399A

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

Shades of Deep Cerise #DE399A

Tints of Deep Cerise #DE399A

Color information

#DE399A (or 0xDE399A) is unknown color: approx Deep Cerise. HEX triplet: DE, 39 and 9A. RGB value is (222,57,154). Sum of RGB (Red+Green+Blue) = 222+57+154=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE399A is #21C665. Grayscale: #757575. Windows color (decimal): -2213478 or 10107358. OLE color: 10107358.

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

Color convert

RGB22257154-
CMYK00.740.310.13
HSL324.73º71.43%54.71%-
HSV(B)324.73º74.32%87.06%-
XYZ37.4220.7932.61-
YUV117.39148.66202.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 57 (22.66% from 255) = 13.16%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=51.27%
G=13.16%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225715400.740.310.13324.7371.4354.71
HexDE399A04A1FD1454737
Octal336712320112371550510767
Binary1101111011100110011010010010101111111011010001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE399A; }

 p { color: rgb(222,57,154); }

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

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

 a { background-color: rgb(222,57,154); }

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

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

 span { border-color: rgb(222,57,154); }

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