Html Css Color HEX #DA1660 Ruby

📋 copy color: '#DA1660'

red 218 ◦ green 22 ◦ blue 96

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

Shades of Ruby #DA1660

Tints of Ruby #DA1660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

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

R = 64.88%
G = 6.55%
B = 28.57%

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

#DA1660 (or 0xDA1660) is known color: Ruby. HEX triplet: DA, 16 and 60. RGB value is (218,22,96). Sum of RGB (Red+Green+Blue) = 218+22+96=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1660 is #25E99F. Grayscale: #585858. Windows color (decimal): -2484640 or 6297306. OLE color: 6297306.

HSL color Cylindrical-coordinate representation of color #DA1660: hue angle of 337.35º 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 #DA1660 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 96 -
CMYK 0 0.90 0.56 0.15
HSL 337.35º 0.82% 0.47% -
HSV(B) 337.35º 0.9% 0.85% -
XYZ 31.31 16.32 12.57 -
YUV 89.04 131.93 219.98 -
System Red Green Blue C M Y K H S L
Decimal 218 22 96 0 0.90 0.56 0.15 337.35 0.82 0.47
Hex DA 16 60 0 5A 38 F 151 52 2F
Octal 332 26 140 0 132 70 17 521 122 57
Binary 11011010 10110 1100000 0 1011010 111000 1111 101010001 1010010 101111

Color Harmonies of #DA1660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1660

Black with #DA1660

Text Example


Text Example

White with #DA1660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1660; }

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

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

background-color css

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

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

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

border-color css

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

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

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