Html Css Color HEX #DA2D78 Deep Cerise

📋 copy color: '#DA2D78'

red 218 ◦ green 45 ◦ blue 120

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

Shades of Deep Cerise #DA2D78

Tints of Deep Cerise #DA2D78

RGB

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

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

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

R = 56.92%
G = 11.75%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA2D78 (or 0xDA2D78) is known color: Deep Cerise. HEX triplet: DA, 2D and 78. RGB value is (218,45,120). Sum of RGB (Red+Green+Blue) = 218+45+120=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D78 is #25D287. Grayscale: #696969. Windows color (decimal): -2478728 or 7876058. OLE color: 7876058.

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

Color convert

RGB 218 45 120 -
CMYK 0 0.79 0.45 0.15
HSL 333.99º 0.7% 0.52% -
HSV(B) 333.99º 0.79% 0.85% -
XYZ 33.24 18.14 19.52 -
YUV 105.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 218 45 120 0 0.79 0.45 0.15 333.99 0.7 0.52
Hex DA 2D 78 0 4F 2D F 14E 46 34
Octal 332 55 170 0 117 55 17 516 106 64
Binary 11011010 101101 1111000 0 1001111 101101 1111 101001110 1000110 110100

Color Harmonies of #DA2D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D78

Black with #DA2D78

Text Example


Text Example

White with #DA2D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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