Html Css Color HEX #DA3477 Deep Cerise

📋 copy color: '#DA3477'

red 218 ◦ green 52 ◦ blue 119

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

Shades of Deep Cerise #DA3477

Tints of Deep Cerise #DA3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.37%

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

R = 56.04%
G = 13.37%
B = 30.59%

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

#DA3477 (or 0xDA3477) is known color: Deep Cerise. HEX triplet: DA, 34 and 77. RGB value is (218,52,119). Sum of RGB (Red+Green+Blue) = 218+52+119=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3477 is #25CB88. Grayscale: #6D6D6D. Windows color (decimal): -2476937 or 7812314. OLE color: 7812314.

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

Color convert

RGB 218 52 119 -
CMYK 0 0.76 0.45 0.15
HSL 335.78º 0.69% 0.53% -
HSV(B) 335.78º 0.76% 0.85% -
XYZ 33.47 18.69 19.3 -
YUV 109.27 133.5 205.55 -
System Red Green Blue C M Y K H S L
Decimal 218 52 119 0 0.76 0.45 0.15 335.78 0.69 0.53
Hex DA 34 77 0 4C 2D F 150 45 35
Octal 332 64 167 0 114 55 17 520 105 65
Binary 11011010 110100 1110111 0 1001100 101101 1111 101010000 1000101 110101

Color Harmonies of #DA3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3477

Black with #DA3477

Text Example


Text Example

White with #DA3477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3477; }

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

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

background-color css

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

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

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

border-color css

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

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

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