Html Css Color HEX #DE2C80 Deep Cerise

📋 copy color: '#DE2C80'

red 222 ◦ green 44 ◦ blue 128

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

Shades of Deep Cerise #DE2C80

Tints of Deep Cerise #DE2C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.17%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 56.35%
G = 11.17%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE2C80 (or 0xDE2C80) is known color: Deep Cerise. HEX triplet: DE, 2C and 80. RGB value is (222,44,128). Sum of RGB (Red+Green+Blue) = 222+44+128=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2C80 is #21D37F. Grayscale: #6A6A6A. Windows color (decimal): -2216832 or 8400094. OLE color: 8400094.

HSL color Cylindrical-coordinate representation of color #DE2C80: hue angle of 331.69º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C80 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 44 128 -
CMYK 0 0.80 0.42 0.13
HSL 331.69º 0.73% 0.52% -
HSV(B) 331.69º 0.8% 0.87% -
XYZ 34.92 18.89 22.23 -
YUV 106.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 222 44 128 0 0.80 0.42 0.13 331.69 0.73 0.52
Hex DE 2C 80 0 50 2A D 14C 49 34
Octal 336 54 200 0 120 52 15 514 111 64
Binary 11011110 101100 10000000 0 1010000 101010 1101 101001100 1001001 110100

Color Harmonies of #DE2C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C80

Black with #DE2C80

Text Example


Text Example

White with #DE2C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C80; }

 p { color: rgb(222,44,128); }

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

background-color css

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

 a { background-color: rgb(222,44,128); }

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

border-color css

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

 span { border-color: rgb(222,44,128); }

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