Html Css Color HEX #D8176F Ruby

📋 copy color: '#D8176F'

red 216 ◦ green 23 ◦ blue 111

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

Shades of Ruby #D8176F

Tints of Ruby #D8176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 61.71%
G = 6.57%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8176F (or 0xD8176F) is known color: Ruby. HEX triplet: D8, 17 and 6F. RGB value is (216,23,111). Sum of RGB (Red+Green+Blue) = 216+23+111=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8176F is #27E890. Grayscale: #5A5A5A. Windows color (decimal): -2615441 or 7280600. OLE color: 7280600.

HSL color Cylindrical-coordinate representation of color #D8176F: hue angle of 332.64º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8176F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 23 111 -
CMYK 0 0.89 0.49 0.15
HSL 332.64º 0.81% 0.47% -
HSV(B) 332.64º 0.89% 0.85% -
XYZ 31.49 16.36 16.54 -
YUV 90.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 216 23 111 0 0.89 0.49 0.15 332.64 0.81 0.47
Hex D8 17 6F 0 59 31 F 14D 51 2F
Octal 330 27 157 0 131 61 17 515 121 57
Binary 11011000 10111 1101111 0 1011001 110001 1111 101001101 1010001 101111

Color Harmonies of #D8176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8176F

Black with #D8176F

Text Example


Text Example

White with #D8176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8176F; }

 p { color: rgb(216,23,111); }

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

background-color css

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

 a { background-color: rgb(216,23,111); }

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

border-color css

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

 span { border-color: rgb(216,23,111); }

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