Html Css Color HEX #DA2D60 Cerise

📋 copy color: '#DA2D60'

red 218 ◦ green 45 ◦ blue 96

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

Shades of Cerise #DA2D60

Tints of Cerise #DA2D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.53%

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

R = 60.72%
G = 12.53%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA2D60 (or 0xDA2D60) is known color: Cerise. HEX triplet: DA, 2D and 60. RGB value is (218,45,96). Sum of RGB (Red+Green+Blue) = 218+45+96=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D60 is #25D29F. Grayscale: #666666. Windows color (decimal): -2478752 or 6303194. OLE color: 6303194.

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

Color convert

RGB 218 45 96 -
CMYK 0 0.79 0.56 0.15
HSL 342.31º 0.7% 0.52% -
HSV(B) 342.31º 0.79% 0.85% -
XYZ 31.96 17.63 12.78 -
YUV 102.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 218 45 96 0 0.79 0.56 0.15 342.31 0.7 0.52
Hex DA 2D 60 0 4F 38 F 156 46 34
Octal 332 55 140 0 117 70 17 526 106 64
Binary 11011010 101101 1100000 0 1001111 111000 1111 101010110 1000110 110100

Color Harmonies of #DA2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D60

Black with #DA2D60

Text Example


Text Example

White with #DA2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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