Html Css Color HEX #DA0F59 Ruby

📋 copy color: '#DA0F59'

red 218 ◦ green 15 ◦ blue 89

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

Shades of Ruby #DA0F59

Tints of Ruby #DA0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.66%

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

R = 67.7%
G = 4.66%
B = 27.64%

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

#DA0F59 (or 0xDA0F59) is known color: Ruby. HEX triplet: DA, 0F and 59. RGB value is (218,15,89). Sum of RGB (Red+Green+Blue) = 218+15+89=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0F59 is #25F0A6. Grayscale: #545454. Windows color (decimal): -2486439 or 5836762. OLE color: 5836762.

HSL color Cylindrical-coordinate representation of color #DA0F59: hue angle of 338.13º degrees, saturation: 0.87, 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 #DA0F59 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 89 -
CMYK 0 0.93 0.59 0.15
HSL 338.13º 0.87% 0.46% -
HSV(B) 338.13º 0.93% 0.85% -
XYZ 30.89 15.97 10.91 -
YUV 84.13 130.75 223.48 -
System Red Green Blue C M Y K H S L
Decimal 218 15 89 0 0.93 0.59 0.15 338.13 0.87 0.46
Hex DA F 59 0 5D 3B F 152 57 2E
Octal 332 17 131 0 135 73 17 522 127 56
Binary 11011010 1111 1011001 0 1011101 111011 1111 101010010 1010111 101110

Color Harmonies of #DA0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F59

Black with #DA0F59

Text Example


Text Example

White with #DA0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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