Html Css Color HEX #D80F57 Ruby

📋 copy color: '#D80F57'

red 216 ◦ green 15 ◦ blue 87

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

Shades of Ruby #D80F57

Tints of Ruby #D80F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.36%

R = 67.92%
G = 4.72%
B = 27.36%

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

#D80F57 (or 0xD80F57) is known color: Ruby. HEX triplet: D8, 0F and 57. RGB value is (216,15,87). Sum of RGB (Red+Green+Blue) = 216+15+87=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F57 is #27F0A8. Grayscale: #535353. Windows color (decimal): -2617513 or 5705688. OLE color: 5705688.

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

Color convert

RGB 216 15 87 -
CMYK 0 0.93 0.60 0.15
HSL 338.51º 0.87% 0.45% -
HSV(B) 338.51º 0.93% 0.85% -
XYZ 30.21 15.63 10.44 -
YUV 83.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 216 15 87 0 0.93 0.60 0.15 338.51 0.87 0.45
Hex D8 F 57 0 5D 3C F 153 57 2D
Octal 330 17 127 0 135 74 17 523 127 55
Binary 11011000 1111 1010111 0 1011101 111100 1111 101010011 1010111 101101

Color Harmonies of #D80F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F57

Black with #D80F57

Text Example


Text Example

White with #D80F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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