Html Css Color HEX #D6176C Ruby

📋 copy color: '#D6176C'

red 214 ◦ green 23 ◦ blue 108

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

Shades of Ruby #D6176C

Tints of Ruby #D6176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 62.03%
G = 6.67%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6176C (or 0xD6176C) is known color: Ruby. HEX triplet: D6, 17 and 6C. RGB value is (214,23,108). Sum of RGB (Red+Green+Blue) = 214+23+108=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6176C is #29E893. Grayscale: #595959. Windows color (decimal): -2746516 or 7083990. OLE color: 7083990.

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

Color convert

RGB 214 23 108 -
CMYK 0 0.89 0.50 0.16
HSL 333.3º 0.81% 0.46% -
HSV(B) 333.3º 0.89% 0.84% -
XYZ 30.74 15.99 15.65 -
YUV 89.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 214 23 108 0 0.89 0.50 0.16 333.3 0.81 0.46
Hex D6 17 6C 0 59 32 10 14D 51 2E
Octal 326 27 154 0 131 62 20 515 121 56
Binary 11010110 10111 1101100 0 1011001 110010 10000 101001101 1010001 101110

Color Harmonies of #D6176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6176C

Black with #D6176C

Text Example


Text Example

White with #D6176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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