Html Css Color HEX #D6176D Ruby

📋 copy color: '#D6176D'

red 214 ◦ green 23 ◦ blue 109

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

Shades of Ruby #D6176D

Tints of Ruby #D6176D

RGB

 RED value IS 214 (83.98% from 255) = 61.85%

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

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

R = 61.85%
G = 6.65%
B = 31.5%

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

#D6176D (or 0xD6176D) is known color: Ruby. HEX triplet: D6, 17 and 6D. RGB value is (214,23,109). Sum of RGB (Red+Green+Blue) = 214+23+109=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6176D is #29E892. Grayscale: #595959. Windows color (decimal): -2746515 or 7149526. OLE color: 7149526.

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

Color convert

RGB 214 23 109 -
CMYK 0 0.89 0.49 0.16
HSL 332.98º 0.81% 0.46% -
HSV(B) 332.98º 0.89% 0.84% -
XYZ 30.8 16.01 15.94 -
YUV 89.91 138.78 216.51 -
System Red Green Blue C M Y K H S L
Decimal 214 23 109 0 0.89 0.49 0.16 332.98 0.81 0.46
Hex D6 17 6D 0 59 31 10 14D 51 2E
Octal 326 27 155 0 131 61 20 515 121 56
Binary 11010110 10111 1101101 0 1011001 110001 10000 101001101 1010001 101110

Color Harmonies of #D6176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6176D

Black with #D6176D

Text Example


Text Example

White with #D6176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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