#DE3D65

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

Shades of Cerise #DE3D65

Tints of Cerise #DE3D65

Color information

#DE3D65 (or 0xDE3D65) is unknown color: approx Cerise. HEX triplet: DE, 3D and 65. RGB value is (222,61,101). Sum of RGB (Red+Green+Blue) = 222+61+101=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3D65 is #21C29A. Grayscale: #717171. Windows color (decimal): -2212507 or 6634974. OLE color: 6634974.

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

Color convert

RGB22261101-
CMYK00.730.550.13
HSL345.09º70.93%55.49%-
HSV(B)345.09º72.52%87.06%-
XYZ34.1419.8114.34-
YUV113.7120.84205.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.81%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=57.81%
G=15.89%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226110100.730.550.13345.0970.9355.49
HexDE3D6504937D1594737
Octal336751450111671553110767
Binary1101111011110111001010100100111011111011010110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3D65; }

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

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

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

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

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

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

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

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