Html Css Color HEX #DE2D78 Deep Cerise

📋 copy color: '#DE2D78'

red 222 ◦ green 45 ◦ blue 120

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

Shades of Deep Cerise #DE2D78

Tints of Deep Cerise #DE2D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

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

R = 57.36%
G = 11.63%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE2D78 (or 0xDE2D78) is known color: Deep Cerise. HEX triplet: DE, 2D and 78. RGB value is (222,45,120). Sum of RGB (Red+Green+Blue) = 222+45+120=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D78 is #21D287. Grayscale: #6A6A6A. Windows color (decimal): -2216584 or 7876062. OLE color: 7876062.

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

Color convert

RGB 222 45 120 -
CMYK 0 0.80 0.46 0.13
HSL 334.58º 0.73% 0.52% -
HSV(B) 334.58º 0.8% 0.87% -
XYZ 34.45 18.76 19.57 -
YUV 106.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 222 45 120 0 0.80 0.46 0.13 334.58 0.73 0.52
Hex DE 2D 78 0 50 2E D 14F 49 34
Octal 336 55 170 0 120 56 15 517 111 64
Binary 11011110 101101 1111000 0 1010000 101110 1101 101001111 1001001 110100

Color Harmonies of #DE2D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D78

Black with #DE2D78

Text Example


Text Example

White with #DE2D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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