Html Css Color HEX #DE2872 Cerise

📋 copy color: '#DE2872'

red 222 ◦ green 40 ◦ blue 114

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

Shades of Cerise #DE2872

Tints of Cerise #DE2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 59.04%
G = 10.64%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE2872 (or 0xDE2872) is known color: Cerise. HEX triplet: DE, 28 and 72. RGB value is (222,40,114). Sum of RGB (Red+Green+Blue) = 222+40+114=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2872 is #21D78D. Grayscale: #666666. Windows color (decimal): -2217870 or 7481566. OLE color: 7481566.

HSL color Cylindrical-coordinate representation of color #DE2872: hue angle of 335.6º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2872 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 40 114 -
CMYK 0 0.82 0.49 0.13
HSL 335.6º 0.73% 0.51% -
HSV(B) 335.6º 0.82% 0.87% -
XYZ 33.92 18.26 17.66 -
YUV 102.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 222 40 114 0 0.82 0.49 0.13 335.6 0.73 0.51
Hex DE 28 72 0 52 31 D 150 49 33
Octal 336 50 162 0 122 61 15 520 111 63
Binary 11011110 101000 1110010 0 1010010 110001 1101 101010000 1001001 110011

Color Harmonies of #DE2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2872

Black with #DE2872

Text Example


Text Example

White with #DE2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2872; }

 p { color: rgb(222,40,114); }

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

background-color css

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

 a { background-color: rgb(222,40,114); }

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

border-color css

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

 span { border-color: rgb(222,40,114); }

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