Html Css Color HEX #DA1160 Ruby

📋 copy color: '#DA1160'

red 218 ◦ green 17 ◦ blue 96

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

Shades of Ruby #DA1160

Tints of Ruby #DA1160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

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

R = 65.86%
G = 5.14%
B = 29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA1160 (or 0xDA1160) is known color: Ruby. HEX triplet: DA, 11 and 60. RGB value is (218,17,96). Sum of RGB (Red+Green+Blue) = 218+17+96=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1160 is #25EE9F. Grayscale: #555555. Windows color (decimal): -2485920 or 6296026. OLE color: 6296026.

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

Color convert

RGB 218 17 96 -
CMYK 0 0.92 0.56 0.15
HSL 336.42º 0.86% 0.46% -
HSV(B) 336.42º 0.92% 0.85% -
XYZ 31.23 16.15 12.54 -
YUV 86.11 133.59 222.08 -
System Red Green Blue C M Y K H S L
Decimal 218 17 96 0 0.92 0.56 0.15 336.42 0.86 0.46
Hex DA 11 60 0 5C 38 F 150 56 2E
Octal 332 21 140 0 134 70 17 520 126 56
Binary 11011010 10001 1100000 0 1011100 111000 1111 101010000 1010110 101110

Color Harmonies of #DA1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1160

Black with #DA1160

Text Example


Text Example

White with #DA1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1160; }

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

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

background-color css

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

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

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

border-color css

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

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

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