Html Css Color HEX #DE2380 Deep Cerise

📋 copy color: '#DE2380'

red 222 ◦ green 35 ◦ blue 128

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

Shades of Deep Cerise #DE2380

Tints of Deep Cerise #DE2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

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

R = 57.66%
G = 9.09%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE2380 (or 0xDE2380) is known color: Deep Cerise. HEX triplet: DE, 23 and 80. RGB value is (222,35,128). Sum of RGB (Red+Green+Blue) = 222+35+128=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2380 is #21DC7F. Grayscale: #656565. Windows color (decimal): -2219136 or 8397790. OLE color: 8397790.

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

Color convert

RGB 222 35 128 -
CMYK 0 0.84 0.42 0.13
HSL 330.16º 0.74% 0.5% -
HSV(B) 330.16º 0.84% 0.87% -
XYZ 34.62 18.29 22.13 -
YUV 101.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 222 35 128 0 0.84 0.42 0.13 330.16 0.74 0.5
Hex DE 23 80 0 54 2A D 14A 4A 32
Octal 336 43 200 0 124 52 15 512 112 62
Binary 11011110 100011 10000000 0 1010100 101010 1101 101001010 1001010 110010

Color Harmonies of #DE2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2380

Black with #DE2380

Text Example


Text Example

White with #DE2380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2380; }

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

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

background-color css

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

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

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

border-color css

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

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

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