Html Css Color HEX #DA2860 Cerise

📋 copy color: '#DA2860'

red 218 ◦ green 40 ◦ blue 96

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

Shades of Cerise #DA2860

Tints of Cerise #DA2860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 61.58%
G = 11.3%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA2860 (or 0xDA2860) is known color: Cerise. HEX triplet: DA, 28 and 60. RGB value is (218,40,96). Sum of RGB (Red+Green+Blue) = 218+40+96=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2860 is #25D79F. Grayscale: #636363. Windows color (decimal): -2480032 or 6301914. OLE color: 6301914.

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

Color convert

RGB 218 40 96 -
CMYK 0 0.82 0.56 0.15
HSL 341.12º 0.71% 0.51% -
HSV(B) 341.12º 0.82% 0.85% -
XYZ 31.78 17.27 12.72 -
YUV 99.61 125.97 212.45 -
System Red Green Blue C M Y K H S L
Decimal 218 40 96 0 0.82 0.56 0.15 341.12 0.71 0.51
Hex DA 28 60 0 52 38 F 155 47 33
Octal 332 50 140 0 122 70 17 525 107 63
Binary 11011010 101000 1100000 0 1010010 111000 1111 101010101 1000111 110011

Color Harmonies of #DA2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2860

Black with #DA2860

Text Example


Text Example

White with #DA2860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2860; }

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

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

background-color css

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

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

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

border-color css

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

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

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