Html Css Color HEX #DA3077 Deep Cerise

📋 copy color: '#DA3077'

red 218 ◦ green 48 ◦ blue 119

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

Shades of Deep Cerise #DA3077

Tints of Deep Cerise #DA3077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.47%

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

R = 56.62%
G = 12.47%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA3077 (or 0xDA3077) is known color: Deep Cerise. HEX triplet: DA, 30 and 77. RGB value is (218,48,119). Sum of RGB (Red+Green+Blue) = 218+48+119=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3077 is #25CF88. Grayscale: #6A6A6A. Windows color (decimal): -2477961 or 7811290. OLE color: 7811290.

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

Color convert

RGB 218 48 119 -
CMYK 0 0.78 0.45 0.15
HSL 334.94º 0.7% 0.52% -
HSV(B) 334.94º 0.78% 0.85% -
XYZ 33.3 18.35 19.24 -
YUV 106.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 218 48 119 0 0.78 0.45 0.15 334.94 0.7 0.52
Hex DA 30 77 0 4E 2D F 14F 46 34
Octal 332 60 167 0 116 55 17 517 106 64
Binary 11011010 110000 1110111 0 1001110 101101 1111 101001111 1000110 110100

Color Harmonies of #DA3077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3077

Black with #DA3077

Text Example


Text Example

White with #DA3077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3077; }

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

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

background-color css

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

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

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

border-color css

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

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

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