Html Css Color HEX #DE2272 Cerise

📋 copy color: '#DE2272'

red 222 ◦ green 34 ◦ blue 114

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

Shades of Cerise #DE2272

Tints of Cerise #DE2272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.19%

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

R = 60%
G = 9.19%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE2272 (or 0xDE2272) is known color: Cerise. HEX triplet: DE, 22 and 72. RGB value is (222,34,114). Sum of RGB (Red+Green+Blue) = 222+34+114=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2272 is #21DD8D. Grayscale: #636363. Windows color (decimal): -2219406 or 7480030. OLE color: 7480030.

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

Color convert

RGB 222 34 114 -
CMYK 0 0.85 0.49 0.13
HSL 334.47º 0.74% 0.5% -
HSV(B) 334.47º 0.85% 0.87% -
XYZ 33.73 17.89 17.59 -
YUV 99.33 136.28 215.5 -
System Red Green Blue C M Y K H S L
Decimal 222 34 114 0 0.85 0.49 0.13 334.47 0.74 0.5
Hex DE 22 72 0 55 31 D 14E 4A 32
Octal 336 42 162 0 125 61 15 516 112 62
Binary 11011110 100010 1110010 0 1010101 110001 1101 101001110 1001010 110010

Color Harmonies of #DE2272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2272

Black with #DE2272

Text Example


Text Example

White with #DE2272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2272; }

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

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

background-color css

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

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

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

border-color css

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

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

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