Html Css Color HEX #DA2376 Deep Cerise

📋 copy color: '#DA2376'

red 218 ◦ green 35 ◦ blue 118

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

Shades of Deep Cerise #DA2376

Tints of Deep Cerise #DA2376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 58.76%
G = 9.43%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA2376 (or 0xDA2376) is known color: Deep Cerise. HEX triplet: DA, 23 and 76. RGB value is (218,35,118). Sum of RGB (Red+Green+Blue) = 218+35+118=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2376 is #25DC89. Grayscale: #636363. Windows color (decimal): -2481290 or 7742426. OLE color: 7742426.

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

Color convert

RGB 218 35 118 -
CMYK 0 0.84 0.46 0.15
HSL 332.79º 0.72% 0.5% -
HSV(B) 332.79º 0.84% 0.85% -
XYZ 32.78 17.42 18.77 -
YUV 99.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 218 35 118 0 0.84 0.46 0.15 332.79 0.72 0.5
Hex DA 23 76 0 54 2E F 14D 48 32
Octal 332 43 166 0 124 56 17 515 110 62
Binary 11011010 100011 1110110 0 1010100 101110 1111 101001101 1001000 110010

Color Harmonies of #DA2376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2376

Black with #DA2376

Text Example


Text Example

White with #DA2376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2376; }

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

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

background-color css

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

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

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

border-color css

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

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

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