Html Css Color HEX #DE2273 Cerise

📋 copy color: '#DE2273'

red 222 ◦ green 34 ◦ blue 115

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

Shades of Cerise #DE2273

Tints of Cerise #DE2273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 59.84%
G = 9.16%
B = 31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE2273 (or 0xDE2273) is known color: Cerise. HEX triplet: DE, 22 and 73. RGB value is (222,34,115). Sum of RGB (Red+Green+Blue) = 222+34+115=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2273 is #21DD8C. Grayscale: #636363. Windows color (decimal): -2219405 or 7545566. OLE color: 7545566.

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

Color convert

RGB 222 34 115 -
CMYK 0 0.85 0.48 0.13
HSL 334.15º 0.74% 0.5% -
HSV(B) 334.15º 0.85% 0.87% -
XYZ 33.79 17.91 17.9 -
YUV 99.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 222 34 115 0 0.85 0.48 0.13 334.15 0.74 0.5
Hex DE 22 73 0 55 30 D 14E 4A 32
Octal 336 42 163 0 125 60 15 516 112 62
Binary 11011110 100010 1110011 0 1010101 110000 1101 101001110 1001010 110010

Color Harmonies of #DE2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2273

Black with #DE2273

Text Example


Text Example

White with #DE2273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2273; }

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

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

background-color css

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

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

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

border-color css

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

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

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