Html Css Color HEX #D9176D Ruby

📋 copy color: '#D9176D'

red 217 ◦ green 23 ◦ blue 109

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

Shades of Ruby #D9176D

Tints of Ruby #D9176D

RGB

 RED value IS 217 (85.16% from 255) = 62.18%

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

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 62.18%
G = 6.59%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9176D (or 0xD9176D) is known color: Ruby. HEX triplet: D9, 17 and 6D. RGB value is (217,23,109). Sum of RGB (Red+Green+Blue) = 217+23+109=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9176D is #26E892. Grayscale: #5A5A5A. Windows color (decimal): -2549907 or 7149529. OLE color: 7149529.

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

Color convert

RGB 217 23 109 -
CMYK 0 0.89 0.50 0.15
HSL 333.4º 0.81% 0.47% -
HSV(B) 333.4º 0.89% 0.85% -
XYZ 31.68 16.47 15.98 -
YUV 90.81 138.27 218.01 -
System Red Green Blue C M Y K H S L
Decimal 217 23 109 0 0.89 0.50 0.15 333.4 0.81 0.47
Hex D9 17 6D 0 59 32 F 14D 51 2F
Octal 331 27 155 0 131 62 17 515 121 57
Binary 11011001 10111 1101101 0 1011001 110010 1111 101001101 1010001 101111

Color Harmonies of #D9176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9176D

Black with #D9176D

Text Example


Text Example

White with #D9176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9176D; }

 p { color: rgb(217,23,109); }

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

background-color css

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

 a { background-color: rgb(217,23,109); }

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

border-color css

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

 span { border-color: rgb(217,23,109); }

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