Html Css Color HEX #D7176A Ruby

📋 copy color: '#D7176A'

red 215 ◦ green 23 ◦ blue 106

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

Shades of Ruby #D7176A

Tints of Ruby #D7176A

RGB

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

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

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

R = 62.5%
G = 6.69%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7176A (or 0xD7176A) is known color: Ruby. HEX triplet: D7, 17 and 6A. RGB value is (215,23,106). Sum of RGB (Red+Green+Blue) = 215+23+106=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7176A is #28E895. Grayscale: #595959. Windows color (decimal): -2680982 or 6952919. OLE color: 6952919.

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

Color convert

RGB 215 23 106 -
CMYK 0 0.89 0.51 0.16
HSL 334.06º 0.81% 0.47% -
HSV(B) 334.06º 0.89% 0.84% -
XYZ 30.93 16.1 15.11 -
YUV 89.87 137.11 217.25 -
System Red Green Blue C M Y K H S L
Decimal 215 23 106 0 0.89 0.51 0.16 334.06 0.81 0.47
Hex D7 17 6A 0 59 33 10 14E 51 2F
Octal 327 27 152 0 131 63 20 516 121 57
Binary 11010111 10111 1101010 0 1011001 110011 10000 101001110 1010001 101111

Color Harmonies of #D7176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7176A

Black with #D7176A

Text Example


Text Example

White with #D7176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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