Html Css Color HEX #DE3C5E Cerise

📋 copy color: '#DE3C5E'

red 222 ◦ green 60 ◦ blue 94

#DE3C5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DE3C5E

Tints of Cerise #DE3C5E

RGB

 RED value IS 222 (87.11% from 255) = 59.04%

 GREEN value IS 60 (23.83% from 255) = 15.96%

 BLUE value IS 94 (37.11% from 255) = 25%

R = 59.04%
G = 15.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE3C5E (or 0xDE3C5E) is known color: Cerise. HEX triplet: DE, 3C and 5E. RGB value is (222,60,94). Sum of RGB (Red+Green+Blue) = 222+60+94=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3C5E is #21C3A1. Grayscale: #707070. Windows color (decimal): -2212770 or 6175966. OLE color: 6175966.

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

Color convert

RGB 222 60 94 -
CMYK 0 0.73 0.58 0.13
HSL 347.41º 0.71% 0.55% -
HSV(B) 347.41º 0.73% 0.87% -
XYZ 33.76 19.57 12.59 -
YUV 112.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 222 60 94 0 0.73 0.58 0.13 347.41 0.71 0.55
Hex DE 3C 5E 0 49 3A D 15B 47 37
Octal 336 74 136 0 111 72 15 533 107 67
Binary 11011110 111100 1011110 0 1001001 111010 1101 101011011 1000111 110111

Color Harmonies of #DE3C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3C5E

Black with #DE3C5E

Text Example


Text Example

White with #DE3C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3C5E; }

 p { color: rgb(222,60,94); }

 H1.HeaderClassName
 {
   color: #DE3C5E;
 }
 .AnyTagClassName
 {
   color: #DE3C5E;
 }
</style>

background-color css

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

 a { background-color: rgb(222,60,94); }

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

border-color css

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

 span { border-color: rgb(222,60,94); }

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