Html Css Color HEX #DE2870 Cerise

📋 copy color: '#DE2870'

red 222 ◦ green 40 ◦ blue 112

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

Shades of Cerise #DE2870

Tints of Cerise #DE2870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 59.36%
G = 10.7%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE2870 (or 0xDE2870) is known color: Cerise. HEX triplet: DE, 28 and 70. RGB value is (222,40,112). Sum of RGB (Red+Green+Blue) = 222+40+112=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2870 is #21D78F. Grayscale: #666666. Windows color (decimal): -2217872 or 7350494. OLE color: 7350494.

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

Color convert

RGB 222 40 112 -
CMYK 0 0.82 0.50 0.13
HSL 336.26º 0.73% 0.51% -
HSV(B) 336.26º 0.82% 0.87% -
XYZ 33.81 18.22 17.06 -
YUV 102.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 222 40 112 0 0.82 0.50 0.13 336.26 0.73 0.51
Hex DE 28 70 0 52 32 D 150 49 33
Octal 336 50 160 0 122 62 15 520 111 63
Binary 11011110 101000 1110000 0 1010010 110010 1101 101010000 1001001 110011

Color Harmonies of #DE2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2870

Black with #DE2870

Text Example


Text Example

White with #DE2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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