Html Css Color HEX #DA1059 Ruby

📋 copy color: '#DA1059'

red 218 ◦ green 16 ◦ blue 89

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

Shades of Ruby #DA1059

Tints of Ruby #DA1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

 BLUE value IS 89 (35.16% from 255) = 27.55%

R = 67.49%
G = 4.95%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA1059 (or 0xDA1059) is known color: Ruby. HEX triplet: DA, 10 and 59. RGB value is (218,16,89). Sum of RGB (Red+Green+Blue) = 218+16+89=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1059 is #25EFA6. Grayscale: #545454. Windows color (decimal): -2486183 or 5837018. OLE color: 5837018.

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

Color convert

RGB 218 16 89 -
CMYK 0 0.93 0.59 0.15
HSL 338.32º 0.86% 0.46% -
HSV(B) 338.32º 0.93% 0.85% -
XYZ 30.9 16 10.91 -
YUV 84.72 130.42 223.06 -
System Red Green Blue C M Y K H S L
Decimal 218 16 89 0 0.93 0.59 0.15 338.32 0.86 0.46
Hex DA 10 59 0 5D 3B F 152 56 2E
Octal 332 20 131 0 135 73 17 522 126 56
Binary 11011010 10000 1011001 0 1011101 111011 1111 101010010 1010110 101110

Color Harmonies of #DA1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1059

Black with #DA1059

Text Example


Text Example

White with #DA1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1059; }

 p { color: rgb(218,16,89); }

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

background-color css

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

 a { background-color: rgb(218,16,89); }

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

border-color css

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

 span { border-color: rgb(218,16,89); }

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