Html Css Color HEX #DA2B60 Cerise

📋 copy color: '#DA2B60'

red 218 ◦ green 43 ◦ blue 96

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

Shades of Cerise #DA2B60

Tints of Cerise #DA2B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

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

R = 61.06%
G = 12.04%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA2B60 (or 0xDA2B60) is known color: Cerise. HEX triplet: DA, 2B and 60. RGB value is (218,43,96). Sum of RGB (Red+Green+Blue) = 218+43+96=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2B60 is #25D49F. Grayscale: #656565. Windows color (decimal): -2479264 or 6302682. OLE color: 6302682.

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

Color convert

RGB 218 43 96 -
CMYK 0 0.80 0.56 0.15
HSL 341.83º 0.7% 0.51% -
HSV(B) 341.83º 0.8% 0.85% -
XYZ 31.89 17.48 12.76 -
YUV 101.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 218 43 96 0 0.80 0.56 0.15 341.83 0.7 0.51
Hex DA 2B 60 0 50 38 F 156 46 33
Octal 332 53 140 0 120 70 17 526 106 63
Binary 11011010 101011 1100000 0 1010000 111000 1111 101010110 1000110 110011

Color Harmonies of #DA2B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B60

Black with #DA2B60

Text Example


Text Example

White with #DA2B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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