Html Css Color HEX #DA2578 Deep Cerise

📋 copy color: '#DA2578'

red 218 ◦ green 37 ◦ blue 120

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

Shades of Deep Cerise #DA2578

Tints of Deep Cerise #DA2578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

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

R = 58.13%
G = 9.87%
B = 32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA2578 (or 0xDA2578) is known color: Deep Cerise. HEX triplet: DA, 25 and 78. RGB value is (218,37,120). Sum of RGB (Red+Green+Blue) = 218+37+120=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2578 is #25DA87. Grayscale: #646464. Windows color (decimal): -2480776 or 7874010. OLE color: 7874010.

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

Color convert

RGB 218 37 120 -
CMYK 0 0.83 0.45 0.15
HSL 332.49º 0.71% 0.5% -
HSV(B) 332.49º 0.83% 0.85% -
XYZ 32.97 17.58 19.43 -
YUV 100.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 218 37 120 0 0.83 0.45 0.15 332.49 0.71 0.5
Hex DA 25 78 0 53 2D F 14C 47 32
Octal 332 45 170 0 123 55 17 514 107 62
Binary 11011010 100101 1111000 0 1010011 101101 1111 101001100 1000111 110010

Color Harmonies of #DA2578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2578

Black with #DA2578

Text Example


Text Example

White with #DA2578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2578; }

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

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

background-color css

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

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

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

border-color css

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

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

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