Html Css Color HEX #D9176A Ruby

📋 copy color: '#D9176A'

red 217 ◦ green 23 ◦ blue 106

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

Shades of Ruby #D9176A

Tints of Ruby #D9176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 62.72%
G = 6.65%
B = 30.64%

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

#D9176A (or 0xD9176A) is known color: Ruby. HEX triplet: D9, 17 and 6A. RGB value is (217,23,106). Sum of RGB (Red+Green+Blue) = 217+23+106=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9176A is #26E895. Grayscale: #5A5A5A. Windows color (decimal): -2549910 or 6952921. OLE color: 6952921.

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

Color convert

RGB 217 23 106 -
CMYK 0 0.89 0.51 0.15
HSL 334.33º 0.81% 0.47% -
HSV(B) 334.33º 0.89% 0.85% -
XYZ 31.52 16.41 15.14 -
YUV 90.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 217 23 106 0 0.89 0.51 0.15 334.33 0.81 0.47
Hex D9 17 6A 0 59 33 F 14E 51 2F
Octal 331 27 152 0 131 63 17 516 121 57
Binary 11011001 10111 1101010 0 1011001 110011 1111 101001110 1010001 101111

Color Harmonies of #D9176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9176A

Black with #D9176A

Text Example


Text Example

White with #D9176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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