Html Css Color HEX #DA2960 Cerise

📋 copy color: '#DA2960'

red 218 ◦ green 41 ◦ blue 96

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

Shades of Cerise #DA2960

Tints of Cerise #DA2960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

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

R = 61.41%
G = 11.55%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA2960 (or 0xDA2960) is known color: Cerise. HEX triplet: DA, 29 and 60. RGB value is (218,41,96). Sum of RGB (Red+Green+Blue) = 218+41+96=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2960 is #25D69F. Grayscale: #646464. Windows color (decimal): -2479776 or 6302170. OLE color: 6302170.

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

Color convert

RGB 218 41 96 -
CMYK 0 0.81 0.56 0.15
HSL 341.36º 0.71% 0.51% -
HSV(B) 341.36º 0.81% 0.85% -
XYZ 31.82 17.34 12.74 -
YUV 100.19 125.64 212.03 -
System Red Green Blue C M Y K H S L
Decimal 218 41 96 0 0.81 0.56 0.15 341.36 0.71 0.51
Hex DA 29 60 0 51 38 F 155 47 33
Octal 332 51 140 0 121 70 17 525 107 63
Binary 11011010 101001 1100000 0 1010001 111000 1111 101010101 1000111 110011

Color Harmonies of #DA2960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2960

Black with #DA2960

Text Example


Text Example

White with #DA2960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2960; }

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

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

background-color css

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

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

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

border-color css

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

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

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