Html Css Color HEX #DE2978 Deep Cerise

📋 copy color: '#DE2978'

red 222 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #DE2978

Tints of Deep Cerise #DE2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.7%

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 57.96%
G = 10.7%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE2978 (or 0xDE2978) is known color: Deep Cerise. HEX triplet: DE, 29 and 78. RGB value is (222,41,120). Sum of RGB (Red+Green+Blue) = 222+41+120=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2978 is #21D687. Grayscale: #676767. Windows color (decimal): -2217608 or 7875038. OLE color: 7875038.

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

Color convert

RGB 222 41 120 -
CMYK 0 0.82 0.46 0.13
HSL 333.81º 0.73% 0.52% -
HSV(B) 333.81º 0.82% 0.87% -
XYZ 34.31 18.47 19.53 -
YUV 104.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 222 41 120 0 0.82 0.46 0.13 333.81 0.73 0.52
Hex DE 29 78 0 52 2E D 14E 49 34
Octal 336 51 170 0 122 56 15 516 111 64
Binary 11011110 101001 1111000 0 1010010 101110 1101 101001110 1001001 110100

Color Harmonies of #DE2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2978

Black with #DE2978

Text Example


Text Example

White with #DE2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2978; }

 p { color: rgb(222,41,120); }

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

background-color css

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

 a { background-color: rgb(222,41,120); }

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

border-color css

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

 span { border-color: rgb(222,41,120); }

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