Html Css Color HEX #DA2878 Deep Cerise

📋 copy color: '#DA2878'

red 218 ◦ green 40 ◦ blue 120

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

Shades of Deep Cerise #DA2878

Tints of Deep Cerise #DA2878

RGB

 RED value IS 218 (85.55% from 255) = 57.67%

 GREEN value IS 40 (16.02% from 255) = 10.58%

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

R = 57.67%
G = 10.58%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA2878 (or 0xDA2878) is known color: Deep Cerise. HEX triplet: DA, 28 and 78. RGB value is (218,40,120). Sum of RGB (Red+Green+Blue) = 218+40+120=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2878 is #25D787. Grayscale: #666666. Windows color (decimal): -2480008 or 7874778. OLE color: 7874778.

HSL color Cylindrical-coordinate representation of color #DA2878: hue angle of 333.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2878 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 120 -
CMYK 0 0.82 0.45 0.15
HSL 333.03º 0.71% 0.51% -
HSV(B) 333.03º 0.82% 0.85% -
XYZ 33.06 17.78 19.46 -
YUV 102.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 218 40 120 0 0.82 0.45 0.15 333.03 0.71 0.51
Hex DA 28 78 0 52 2D F 14D 47 33
Octal 332 50 170 0 122 55 17 515 107 63
Binary 11011010 101000 1111000 0 1010010 101101 1111 101001101 1000111 110011

Color Harmonies of #DA2878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2878

Black with #DA2878

Text Example


Text Example

White with #DA2878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2878; }

 p { color: rgb(218,40,120); }

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

background-color css

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

 a { background-color: rgb(218,40,120); }

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

border-color css

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

 span { border-color: rgb(218,40,120); }

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