Html Css Color HEX #D9176E Ruby

📋 copy color: '#D9176E'

red 217 ◦ green 23 ◦ blue 110

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

Shades of Ruby #D9176E

Tints of Ruby #D9176E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 62%
G = 6.57%
B = 31.43%

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

#D9176E (or 0xD9176E) is known color: Ruby. HEX triplet: D9, 17 and 6E. RGB value is (217,23,110). Sum of RGB (Red+Green+Blue) = 217+23+110=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9176E is #26E891. Grayscale: #5A5A5A. Windows color (decimal): -2549906 or 7215065. OLE color: 7215065.

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

Color convert

RGB 217 23 110 -
CMYK 0 0.89 0.49 0.15
HSL 333.09º 0.81% 0.47% -
HSV(B) 333.09º 0.89% 0.85% -
XYZ 31.74 16.49 16.26 -
YUV 90.92 138.77 217.93 -
System Red Green Blue C M Y K H S L
Decimal 217 23 110 0 0.89 0.49 0.15 333.09 0.81 0.47
Hex D9 17 6E 0 59 31 F 14D 51 2F
Octal 331 27 156 0 131 61 17 515 121 57
Binary 11011001 10111 1101110 0 1011001 110001 1111 101001101 1010001 101111

Color Harmonies of #D9176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9176E

Black with #D9176E

Text Example


Text Example

White with #D9176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9176E; }

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

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

background-color css

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

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

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

border-color css

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

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

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