Html Css Color HEX #DA3176 Deep Cerise

📋 copy color: '#DA3176'

red 218 ◦ green 49 ◦ blue 118

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

Shades of Deep Cerise #DA3176

Tints of Deep Cerise #DA3176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.73%

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

R = 56.62%
G = 12.73%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA3176 (or 0xDA3176) is known color: Deep Cerise. HEX triplet: DA, 31 and 76. RGB value is (218,49,118). Sum of RGB (Red+Green+Blue) = 218+49+118=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3176 is #25CE89. Grayscale: #6B6B6B. Windows color (decimal): -2477706 or 7746010. OLE color: 7746010.

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

Color convert

RGB 218 49 118 -
CMYK 0 0.78 0.46 0.15
HSL 335.5º 0.7% 0.52% -
HSV(B) 335.5º 0.78% 0.85% -
XYZ 33.28 18.41 18.94 -
YUV 107.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 218 49 118 0 0.78 0.46 0.15 335.5 0.7 0.52
Hex DA 31 76 0 4E 2E F 150 46 34
Octal 332 61 166 0 116 56 17 520 106 64
Binary 11011010 110001 1110110 0 1001110 101110 1111 101010000 1000110 110100

Color Harmonies of #DA3176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3176

Black with #DA3176

Text Example


Text Example

White with #DA3176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3176; }

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

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

background-color css

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

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

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

border-color css

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

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

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