#DE385D

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

Shades of Cerise #DE385D

Tints of Cerise #DE385D

Color information

#DE385D (or 0xDE385D) is unknown color: approx Cerise. HEX triplet: DE, 38 and 5D. RGB value is (222,56,93). Sum of RGB (Red+Green+Blue) = 222+56+93=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE385D is #21C7A2. Grayscale: #6D6D6D. Windows color (decimal): -2213795 or 6109406. OLE color: 6109406.

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

Color convert

RGB2225693-
CMYK00.750.580.13
HSL346.63º71.55%54.51%-
HSV(B)346.63º74.77%87.06%-
XYZ33.5119.1512.29-
YUV109.85118.5207.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=59.84%
G=15.09%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222569300.750.580.13346.6371.5554.51
HexDE385D04B3AD15b4837
Octal336701350113721553311067
Binary1101111011100010111010100101111101011011010110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE385D; }

 p { color: rgb(222,56,93); }

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

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

 a { background-color: rgb(222,56,93); }

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

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

 span { border-color: rgb(222,56,93); }

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