Html Css Color HEX #DA2060 Ruby

📋 copy color: '#DA2060'

red 218 ◦ green 32 ◦ blue 96

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

Shades of Ruby #DA2060

Tints of Ruby #DA2060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

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

R = 63.01%
G = 9.25%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA2060 (or 0xDA2060) is known color: Ruby. HEX triplet: DA, 20 and 60. RGB value is (218,32,96). Sum of RGB (Red+Green+Blue) = 218+32+96=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2060 is #25DF9F. Grayscale: #5E5E5E. Windows color (decimal): -2482080 or 6299866. OLE color: 6299866.

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

Color convert

RGB 218 32 96 -
CMYK 0 0.85 0.56 0.15
HSL 339.35º 0.74% 0.49% -
HSV(B) 339.35º 0.85% 0.85% -
XYZ 31.54 16.78 12.64 -
YUV 94.91 128.62 215.8 -
System Red Green Blue C M Y K H S L
Decimal 218 32 96 0 0.85 0.56 0.15 339.35 0.74 0.49
Hex DA 20 60 0 55 38 F 153 4A 31
Octal 332 40 140 0 125 70 17 523 112 61
Binary 11011010 100000 1100000 0 1010101 111000 1111 101010011 1001010 110001

Color Harmonies of #DA2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2060

Black with #DA2060

Text Example


Text Example

White with #DA2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2060; }

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

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

background-color css

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

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

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

border-color css

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

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

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