Html Css Color HEX #DE1E80 Deep Cerise

📋 copy color: '#DE1E80'

red 222 ◦ green 30 ◦ blue 128

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

Shades of Deep Cerise #DE1E80

Tints of Deep Cerise #DE1E80

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.89%

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

R = 58.42%
G = 7.89%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE1E80 (or 0xDE1E80) is known color: Deep Cerise. HEX triplet: DE, 1E and 80. RGB value is (222,30,128). Sum of RGB (Red+Green+Blue) = 222+30+128=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E80 is #21E17F. Grayscale: #626262. Windows color (decimal): -2220416 or 8396510. OLE color: 8396510.

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

Color convert

RGB 222 30 128 -
CMYK 0 0.86 0.42 0.13
HSL 329.38º 0.76% 0.49% -
HSV(B) 329.38º 0.86% 0.87% -
XYZ 34.48 18.02 22.08 -
YUV 98.58 144.61 216.03 -
System Red Green Blue C M Y K H S L
Decimal 222 30 128 0 0.86 0.42 0.13 329.38 0.76 0.49
Hex DE 1E 80 0 56 2A D 149 4C 31
Octal 336 36 200 0 126 52 15 511 114 61
Binary 11011110 11110 10000000 0 1010110 101010 1101 101001001 1001100 110001

Color Harmonies of #DE1E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E80

Black with #DE1E80

Text Example


Text Example

White with #DE1E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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