Html Css Color HEX #D9176F Ruby

📋 copy color: '#D9176F'

red 217 ◦ green 23 ◦ blue 111

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

Shades of Ruby #D9176F

Tints of Ruby #D9176F

RGB

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

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

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

R = 61.82%
G = 6.55%
B = 31.62%

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

#D9176F (or 0xD9176F) is known color: Ruby. HEX triplet: D9, 17 and 6F. RGB value is (217,23,111). Sum of RGB (Red+Green+Blue) = 217+23+111=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9176F is #26E890. Grayscale: #5A5A5A. Windows color (decimal): -2549905 or 7280601. OLE color: 7280601.

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

Color convert

RGB 217 23 111 -
CMYK 0 0.89 0.49 0.15
HSL 332.78º 0.81% 0.47% -
HSV(B) 332.78º 0.89% 0.85% -
XYZ 31.79 16.51 16.55 -
YUV 91.04 139.27 217.84 -
System Red Green Blue C M Y K H S L
Decimal 217 23 111 0 0.89 0.49 0.15 332.78 0.81 0.47
Hex D9 17 6F 0 59 31 F 14D 51 2F
Octal 331 27 157 0 131 61 17 515 121 57
Binary 11011001 10111 1101111 0 1011001 110001 1111 101001101 1010001 101111

Color Harmonies of #D9176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9176F

Black with #D9176F

Text Example


Text Example

White with #D9176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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