Html Css Color HEX #DA3577 Deep Cerise

📋 copy color: '#DA3577'

red 218 ◦ green 53 ◦ blue 119

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

Shades of Deep Cerise #DA3577

Tints of Deep Cerise #DA3577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 55.9%
G = 13.59%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA3577 (or 0xDA3577) is known color: Deep Cerise. HEX triplet: DA, 35 and 77. RGB value is (218,53,119). Sum of RGB (Red+Green+Blue) = 218+53+119=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3577 is #25CA88. Grayscale: #6D6D6D. Windows color (decimal): -2476681 or 7812570. OLE color: 7812570.

HSL color Cylindrical-coordinate representation of color #DA3577: hue angle of 336º 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 #DA3577 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 119 -
CMYK 0 0.76 0.45 0.15
HSL 336º 0.69% 0.53% -
HSV(B) 336º 0.76% 0.85% -
XYZ 33.52 18.78 19.31 -
YUV 109.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 218 53 119 0 0.76 0.45 0.15 336 0.69 0.53
Hex DA 35 77 0 4C 2D F 150 45 35
Octal 332 65 167 0 114 55 17 520 105 65
Binary 11011010 110101 1110111 0 1001100 101101 1111 101010000 1000101 110101

Color Harmonies of #DA3577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3577

Black with #DA3577

Text Example


Text Example

White with #DA3577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3577; }

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

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

background-color css

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

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

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

border-color css

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

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

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