#DE368D

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

Shades of Deep Cerise #DE368D

Tints of Deep Cerise #DE368D

Color information

#DE368D (or 0xDE368D) is unknown color: approx Deep Cerise. HEX triplet: DE, 36 and 8D. RGB value is (222,54,141). Sum of RGB (Red+Green+Blue) = 222+54+141=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE368D is #21C972. Grayscale: #717171. Windows color (decimal): -2214259 or 9254622. OLE color: 9254622.

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

Color convert

RGB22254141-
CMYK00.760.360.13
HSL328.93º71.79%54.12%-
HSV(B)328.93º75.68%87.06%-
XYZ36.2520.0927.17-
YUV114.15143.16204.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=53.24%
G=12.95%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225414100.760.360.13328.9371.7954.12
HexDE368D04C24D1494836
Octal336662150114441551111066
Binary11011110110110100011010100110010010011011010010011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE368D; }

 p { color: rgb(222,54,141); }

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

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

 a { background-color: rgb(222,54,141); }

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

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

 span { border-color: rgb(222,54,141); }

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