Html Css Color HEX #DE2C59 Cerise

📋 copy color: '#DE2C59'

red 222 ◦ green 44 ◦ blue 89

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

Shades of Cerise #DE2C59

Tints of Cerise #DE2C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 62.54%
G = 12.39%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE2C59 (or 0xDE2C59) is known color: Cerise. HEX triplet: DE, 2C and 59. RGB value is (222,44,89). Sum of RGB (Red+Green+Blue) = 222+44+89=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2C59 is #21D3A6. Grayscale: #666666. Windows color (decimal): -2216871 or 5844190. OLE color: 5844190.

HSL color Cylindrical-coordinate representation of color #DE2C59: hue angle of 344.83º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C59 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 44 89 -
CMYK 0 0.80 0.60 0.13
HSL 344.83º 0.73% 0.52% -
HSV(B) 344.83º 0.8% 0.87% -
XYZ 32.83 18.05 11.21 -
YUV 102.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 222 44 89 0 0.80 0.60 0.13 344.83 0.73 0.52
Hex DE 2C 59 0 50 3C D 159 49 34
Octal 336 54 131 0 120 74 15 531 111 64
Binary 11011110 101100 1011001 0 1010000 111100 1101 101011001 1001001 110100

Color Harmonies of #DE2C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C59

Black with #DE2C59

Text Example


Text Example

White with #DE2C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C59; }

 p { color: rgb(222,44,89); }

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

background-color css

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

 a { background-color: rgb(222,44,89); }

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

border-color css

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

 span { border-color: rgb(222,44,89); }

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