Html Css Color HEX #D7176D Ruby

📋 copy color: '#D7176D'

red 215 ◦ green 23 ◦ blue 109

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

Shades of Ruby #D7176D

Tints of Ruby #D7176D

RGB

 RED value IS 215 (84.38% from 255) = 61.96%

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

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 61.96%
G = 6.63%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7176D (or 0xD7176D) is known color: Ruby. HEX triplet: D7, 17 and 6D. RGB value is (215,23,109). Sum of RGB (Red+Green+Blue) = 215+23+109=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7176D is #28E892. Grayscale: #5A5A5A. Windows color (decimal): -2680979 or 7149527. OLE color: 7149527.

HSL color Cylindrical-coordinate representation of color #D7176D: hue angle of 333.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7176D is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 23 109 -
CMYK 0 0.89 0.49 0.16
HSL 333.13º 0.81% 0.47% -
HSV(B) 333.13º 0.89% 0.84% -
XYZ 31.09 16.16 15.95 -
YUV 90.21 138.61 217.01 -
System Red Green Blue C M Y K H S L
Decimal 215 23 109 0 0.89 0.49 0.16 333.13 0.81 0.47
Hex D7 17 6D 0 59 31 10 14D 51 2F
Octal 327 27 155 0 131 61 20 515 121 57
Binary 11010111 10111 1101101 0 1011001 110001 10000 101001101 1010001 101111

Color Harmonies of #D7176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7176D

Black with #D7176D

Text Example


Text Example

White with #D7176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7176D; }

 p { color: rgb(215,23,109); }

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

background-color css

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

 a { background-color: rgb(215,23,109); }

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

border-color css

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

 span { border-color: rgb(215,23,109); }

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