Html Css Color HEX #DA2978 Deep Cerise

📋 copy color: '#DA2978'

red 218 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #DA2978

Tints of Deep Cerise #DA2978

RGB

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

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

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

R = 57.52%
G = 10.82%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA2978 (or 0xDA2978) is known color: Deep Cerise. HEX triplet: DA, 29 and 78. RGB value is (218,41,120). Sum of RGB (Red+Green+Blue) = 218+41+120=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2978 is #25D687. Grayscale: #666666. Windows color (decimal): -2479752 or 7875034. OLE color: 7875034.

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

Color convert

RGB 218 41 120 -
CMYK 0 0.81 0.45 0.15
HSL 333.22º 0.71% 0.51% -
HSV(B) 333.22º 0.81% 0.85% -
XYZ 33.1 17.85 19.47 -
YUV 102.93 137.64 210.08 -
System Red Green Blue C M Y K H S L
Decimal 218 41 120 0 0.81 0.45 0.15 333.22 0.71 0.51
Hex DA 29 78 0 51 2D F 14D 47 33
Octal 332 51 170 0 121 55 17 515 107 63
Binary 11011010 101001 1111000 0 1010001 101101 1111 101001101 1000111 110011

Color Harmonies of #DA2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2978

Black with #DA2978

Text Example


Text Example

White with #DA2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2978; }

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

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

background-color css

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

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

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

border-color css

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

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

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