Html Css Color HEX #DE2290 Deep Cerise

📋 copy color: '#DE2290'

red 222 ◦ green 34 ◦ blue 144

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

Shades of Deep Cerise #DE2290

Tints of Deep Cerise #DE2290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36%

R = 55.5%
G = 8.5%
B = 36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE2290 (or 0xDE2290) is known color: Deep Cerise. HEX triplet: DE, 22 and 90. RGB value is (222,34,144). Sum of RGB (Red+Green+Blue) = 222+34+144=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2290 is #21DD6F. Grayscale: #666666. Windows color (decimal): -2219376 or 9446110. OLE color: 9446110.

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

Color convert

RGB 222 34 144 -
CMYK 0 0.85 0.35 0.13
HSL 324.89º 0.74% 0.5% -
HSV(B) 324.89º 0.85% 0.87% -
XYZ 35.73 18.69 28.11 -
YUV 102.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 222 34 144 0 0.85 0.35 0.13 324.89 0.74 0.5
Hex DE 22 90 0 55 23 D 145 4A 32
Octal 336 42 220 0 125 43 15 505 112 62
Binary 11011110 100010 10010000 0 1010101 100011 1101 101000101 1001010 110010

Color Harmonies of #DE2290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2290

Black with #DE2290

Text Example


Text Example

White with #DE2290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2290; }

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

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

background-color css

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

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

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

border-color css

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

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

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