Html Css Color HEX #DA2880 Deep Cerise

📋 copy color: '#DA2880'

red 218 ◦ green 40 ◦ blue 128

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

Shades of Deep Cerise #DA2880

Tints of Deep Cerise #DA2880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.36%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 56.48%
G = 10.36%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA2880 (or 0xDA2880) is known color: Deep Cerise. HEX triplet: DA, 28 and 80. RGB value is (218,40,128). Sum of RGB (Red+Green+Blue) = 218+40+128=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2880 is #25D77F. Grayscale: #676767. Windows color (decimal): -2480000 or 8399066. OLE color: 8399066.

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

Color convert

RGB 218 40 128 -
CMYK 0 0.82 0.41 0.15
HSL 330.34º 0.71% 0.51% -
HSV(B) 330.34º 0.82% 0.85% -
XYZ 33.57 17.98 22.12 -
YUV 103.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 218 40 128 0 0.82 0.41 0.15 330.34 0.71 0.51
Hex DA 28 80 0 52 29 F 14A 47 33
Octal 332 50 200 0 122 51 17 512 107 63
Binary 11011010 101000 10000000 0 1010010 101001 1111 101001010 1000111 110011

Color Harmonies of #DA2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2880

Black with #DA2880

Text Example


Text Example

White with #DA2880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2880; }

 p { color: rgb(218,40,128); }

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

background-color css

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

 a { background-color: rgb(218,40,128); }

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

border-color css

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

 span { border-color: rgb(218,40,128); }

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