#DE3B62

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

Shades of Cerise #DE3B62

Tints of Cerise #DE3B62

Color information

#DE3B62 (or 0xDE3B62) is unknown color: approx Cerise. HEX triplet: DE, 3B and 62. RGB value is (222,59,98). Sum of RGB (Red+Green+Blue) = 222+59+98=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3B62 is #21C49D. Grayscale: #707070. Windows color (decimal): -2213022 or 6437854. OLE color: 6437854.

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

Color convert

RGB2225998-
CMYK00.730.560.13
HSL345.64º71.18%55.1%-
HSV(B)345.64º73.42%87.06%-
XYZ33.8919.5413.54-
YUV112.18120206.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.58%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 98 (38.67% from 255) = 25.86%
R=58.58%
G=15.57%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222599800.730.560.13345.6471.1855.1
HexDE3B6204938D15a4737
Octal336731420111701553210767
Binary1101111011101111000100100100111100011011010110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3B62; }

 p { color: rgb(222,59,98); }

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

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

 a { background-color: rgb(222,59,98); }

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

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

 span { border-color: rgb(222,59,98); }

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