Html Css Color HEX #DA2576 Deep Cerise

📋 copy color: '#DA2576'

red 218 ◦ green 37 ◦ blue 118

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

Shades of Deep Cerise #DA2576

Tints of Deep Cerise #DA2576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 58.45%
G = 9.92%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA2576 (or 0xDA2576) is known color: Deep Cerise. HEX triplet: DA, 25 and 76. RGB value is (218,37,118). Sum of RGB (Red+Green+Blue) = 218+37+118=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2576 is #25DA89. Grayscale: #646464. Windows color (decimal): -2480778 or 7742938. OLE color: 7742938.

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

Color convert

RGB 218 37 118 -
CMYK 0 0.83 0.46 0.15
HSL 333.15º 0.71% 0.5% -
HSV(B) 333.15º 0.83% 0.85% -
XYZ 32.85 17.54 18.79 -
YUV 100.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 218 37 118 0 0.83 0.46 0.15 333.15 0.71 0.5
Hex DA 25 76 0 53 2E F 14D 47 32
Octal 332 45 166 0 123 56 17 515 107 62
Binary 11011010 100101 1110110 0 1010011 101110 1111 101001101 1000111 110010

Color Harmonies of #DA2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2576

Black with #DA2576

Text Example


Text Example

White with #DA2576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2576; }

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

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

background-color css

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

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

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

border-color css

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

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

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