Html Css Color HEX #DA3576 Deep Cerise

📋 copy color: '#DA3576'

red 218 ◦ green 53 ◦ blue 118

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

Shades of Deep Cerise #DA3576

Tints of Deep Cerise #DA3576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.62%

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 56.04%
G = 13.62%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA3576 (or 0xDA3576) is known color: Deep Cerise. HEX triplet: DA, 35 and 76. RGB value is (218,53,118). Sum of RGB (Red+Green+Blue) = 218+53+118=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3576 is #25CA89. Grayscale: #6D6D6D. Windows color (decimal): -2476682 or 7747034. OLE color: 7747034.

HSL color Cylindrical-coordinate representation of color #DA3576: hue angle of 336.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3576 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 118 -
CMYK 0 0.76 0.46 0.15
HSL 336.36º 0.69% 0.53% -
HSV(B) 336.36º 0.76% 0.85% -
XYZ 33.46 18.76 19 -
YUV 109.75 132.66 205.21 -
System Red Green Blue C M Y K H S L
Decimal 218 53 118 0 0.76 0.46 0.15 336.36 0.69 0.53
Hex DA 35 76 0 4C 2E F 150 45 35
Octal 332 65 166 0 114 56 17 520 105 65
Binary 11011010 110101 1110110 0 1001100 101110 1111 101010000 1000101 110101

Color Harmonies of #DA3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3576

Black with #DA3576

Text Example


Text Example

White with #DA3576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3576; }

 p { color: rgb(218,53,118); }

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

background-color css

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

 a { background-color: rgb(218,53,118); }

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

border-color css

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

 span { border-color: rgb(218,53,118); }

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