Html Css Color HEX #DA1560 Ruby

📋 copy color: '#DA1560'

red 218 ◦ green 21 ◦ blue 96

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

Shades of Ruby #DA1560

Tints of Ruby #DA1560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

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

R = 65.07%
G = 6.27%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA1560 (or 0xDA1560) is known color: Ruby. HEX triplet: DA, 15 and 60. RGB value is (218,21,96). Sum of RGB (Red+Green+Blue) = 218+21+96=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1560 is #25EA9F. Grayscale: #585858. Windows color (decimal): -2484896 or 6297050. OLE color: 6297050.

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

Color convert

RGB 218 21 96 -
CMYK 0 0.90 0.56 0.15
HSL 337.16º 0.82% 0.47% -
HSV(B) 337.16º 0.9% 0.85% -
XYZ 31.29 16.29 12.56 -
YUV 88.45 132.27 220.4 -
System Red Green Blue C M Y K H S L
Decimal 218 21 96 0 0.90 0.56 0.15 337.16 0.82 0.47
Hex DA 15 60 0 5A 38 F 151 52 2F
Octal 332 25 140 0 132 70 17 521 122 57
Binary 11011010 10101 1100000 0 1011010 111000 1111 101010001 1010010 101111

Color Harmonies of #DA1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1560

Black with #DA1560

Text Example


Text Example

White with #DA1560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1560; }

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

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

background-color css

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

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

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

border-color css

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

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

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