Html Css Color HEX #DA2076 Deep Cerise

📋 copy color: '#DA2076'

red 218 ◦ green 32 ◦ blue 118

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

Shades of Deep Cerise #DA2076

Tints of Deep Cerise #DA2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

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

R = 59.24%
G = 8.7%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA2076 (or 0xDA2076) is known color: Deep Cerise. HEX triplet: DA, 20 and 76. RGB value is (218,32,118). Sum of RGB (Red+Green+Blue) = 218+32+118=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2076 is #25DF89. Grayscale: #616161. Windows color (decimal): -2482058 or 7741658. OLE color: 7741658.

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

Color convert

RGB 218 32 118 -
CMYK 0 0.85 0.46 0.15
HSL 332.26º 0.74% 0.49% -
HSV(B) 332.26º 0.85% 0.85% -
XYZ 32.7 17.25 18.74 -
YUV 97.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 218 32 118 0 0.85 0.46 0.15 332.26 0.74 0.49
Hex DA 20 76 0 55 2E F 14C 4A 31
Octal 332 40 166 0 125 56 17 514 112 61
Binary 11011010 100000 1110110 0 1010101 101110 1111 101001100 1001010 110001

Color Harmonies of #DA2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2076

Black with #DA2076

Text Example


Text Example

White with #DA2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2076; }

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

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

background-color css

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

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

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

border-color css

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

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

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