Html Css Color HEX #D80F59 Ruby

📋 copy color: '#D80F59'

red 216 ◦ green 15 ◦ blue 89

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

Shades of Ruby #D80F59

Tints of Ruby #D80F59

RGB

 RED value IS 216 (84.77% from 255) = 67.5%

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

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

R = 67.5%
G = 4.69%
B = 27.81%

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

#D80F59 (or 0xD80F59) is known color: Ruby. HEX triplet: D8, 0F and 59. RGB value is (216,15,89). Sum of RGB (Red+Green+Blue) = 216+15+89=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F59 is #27F0A6. Grayscale: #535353. Windows color (decimal): -2617511 or 5836760. OLE color: 5836760.

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

Color convert

RGB 216 15 89 -
CMYK 0 0.93 0.59 0.15
HSL 337.91º 0.87% 0.45% -
HSV(B) 337.91º 0.93% 0.85% -
XYZ 30.29 15.66 10.88 -
YUV 83.54 131.09 222.48 -
System Red Green Blue C M Y K H S L
Decimal 216 15 89 0 0.93 0.59 0.15 337.91 0.87 0.45
Hex D8 F 59 0 5D 3B F 152 57 2D
Octal 330 17 131 0 135 73 17 522 127 55
Binary 11011000 1111 1011001 0 1011101 111011 1111 101010010 1010111 101101

Color Harmonies of #D80F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F59

Black with #D80F59

Text Example


Text Example

White with #D80F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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