Html Css Color HEX #DE2289 Deep Cerise

📋 copy color: '#DE2289'

red 222 ◦ green 34 ◦ blue 137

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

Shades of Deep Cerise #DE2289

Tints of Deep Cerise #DE2289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.86%

R = 56.49%
G = 8.65%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE2289 (or 0xDE2289) is known color: Deep Cerise. HEX triplet: DE, 22 and 89. RGB value is (222,34,137). Sum of RGB (Red+Green+Blue) = 222+34+137=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2289 is #21DD76. Grayscale: #656565. Windows color (decimal): -2219383 or 8987358. OLE color: 8987358.

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

Color convert

RGB 222 34 137 -
CMYK 0 0.85 0.38 0.13
HSL 327.13º 0.74% 0.5% -
HSV(B) 327.13º 0.85% 0.87% -
XYZ 35.21 18.48 25.38 -
YUV 101.95 147.78 213.62 -
System Red Green Blue C M Y K H S L
Decimal 222 34 137 0 0.85 0.38 0.13 327.13 0.74 0.5
Hex DE 22 89 0 55 26 D 147 4A 32
Octal 336 42 211 0 125 46 15 507 112 62
Binary 11011110 100010 10001001 0 1010101 100110 1101 101000111 1001010 110010

Color Harmonies of #DE2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2289

Black with #DE2289

Text Example


Text Example

White with #DE2289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2289; }

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

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

background-color css

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

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

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

border-color css

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

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

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