Html Css Color HEX #D9176B Ruby

📋 copy color: '#D9176B'

red 217 ◦ green 23 ◦ blue 107

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

Shades of Ruby #D9176B

Tints of Ruby #D9176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 62.54%
G = 6.63%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9176B (or 0xD9176B) is known color: Ruby. HEX triplet: D9, 17 and 6B. RGB value is (217,23,107). Sum of RGB (Red+Green+Blue) = 217+23+107=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9176B is #26E894. Grayscale: #5A5A5A. Windows color (decimal): -2549909 or 7018457. OLE color: 7018457.

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

Color convert

RGB 217 23 107 -
CMYK 0 0.89 0.51 0.15
HSL 334.02º 0.81% 0.47% -
HSV(B) 334.02º 0.89% 0.85% -
XYZ 31.58 16.43 15.42 -
YUV 90.58 137.27 218.17 -
System Red Green Blue C M Y K H S L
Decimal 217 23 107 0 0.89 0.51 0.15 334.02 0.81 0.47
Hex D9 17 6B 0 59 33 F 14E 51 2F
Octal 331 27 153 0 131 63 17 516 121 57
Binary 11011001 10111 1101011 0 1011001 110011 1111 101001110 1010001 101111

Color Harmonies of #D9176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9176B

Black with #D9176B

Text Example


Text Example

White with #D9176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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