Html Css Color HEX #DA0F58 Ruby

📋 copy color: '#DA0F58'

red 218 ◦ green 15 ◦ blue 88

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

Shades of Ruby #DA0F58

Tints of Ruby #DA0F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 67.91%
G = 4.67%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA0F58 (or 0xDA0F58) is known color: Ruby. HEX triplet: DA, 0F and 58. RGB value is (218,15,88). Sum of RGB (Red+Green+Blue) = 218+15+88=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0F58 is #25F0A7. Grayscale: #535353. Windows color (decimal): -2486440 or 5771226. OLE color: 5771226.

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

Color convert

RGB 218 15 88 -
CMYK 0 0.93 0.60 0.15
HSL 338.42º 0.87% 0.46% -
HSV(B) 338.42º 0.93% 0.85% -
XYZ 30.85 15.95 10.69 -
YUV 84.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 218 15 88 0 0.93 0.60 0.15 338.42 0.87 0.46
Hex DA F 58 0 5D 3C F 152 57 2E
Octal 332 17 130 0 135 74 17 522 127 56
Binary 11011010 1111 1011000 0 1011101 111100 1111 101010010 1010111 101110

Color Harmonies of #DA0F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F58

Black with #DA0F58

Text Example


Text Example

White with #DA0F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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