Html Css Color HEX #D9176C Ruby

📋 copy color: '#D9176C'

red 217 ◦ green 23 ◦ blue 108

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

Shades of Ruby #D9176C

Tints of Ruby #D9176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 62.36%
G = 6.61%
B = 31.03%

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

#D9176C (or 0xD9176C) is known color: Ruby. HEX triplet: D9, 17 and 6C. RGB value is (217,23,108). Sum of RGB (Red+Green+Blue) = 217+23+108=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9176C is #26E893. Grayscale: #5A5A5A. Windows color (decimal): -2549908 or 7083993. OLE color: 7083993.

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

Color convert

RGB 217 23 108 -
CMYK 0 0.89 0.50 0.15
HSL 333.71º 0.81% 0.47% -
HSV(B) 333.71º 0.89% 0.85% -
XYZ 31.63 16.45 15.69 -
YUV 90.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 217 23 108 0 0.89 0.50 0.15 333.71 0.81 0.47
Hex D9 17 6C 0 59 32 F 14E 51 2F
Octal 331 27 154 0 131 62 17 516 121 57
Binary 11011001 10111 1101100 0 1011001 110010 1111 101001110 1010001 101111

Color Harmonies of #D9176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9176C

Black with #D9176C

Text Example


Text Example

White with #D9176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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