Html Css Color HEX #D8166C Ruby

📋 copy color: '#D8166C'

red 216 ◦ green 22 ◦ blue 108

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

Shades of Ruby #D8166C

Tints of Ruby #D8166C

RGB

 RED value IS 216 (84.77% from 255) = 62.43%

 GREEN value IS 22 (8.98% from 255) = 6.36%

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

R = 62.43%
G = 6.36%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8166C (or 0xD8166C) is known color: Ruby. HEX triplet: D8, 16 and 6C. RGB value is (216,22,108). Sum of RGB (Red+Green+Blue) = 216+22+108=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8166C is #27E993. Grayscale: #595959. Windows color (decimal): -2615700 or 7083736. OLE color: 7083736.

HSL color Cylindrical-coordinate representation of color #D8166C: hue angle of 333.4º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8166C is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 108 -
CMYK 0 0.90 0.50 0.15
HSL 333.4º 0.82% 0.47% -
HSV(B) 333.4º 0.9% 0.85% -
XYZ 31.31 16.26 15.67 -
YUV 89.81 138.27 218.01 -
System Red Green Blue C M Y K H S L
Decimal 216 22 108 0 0.90 0.50 0.15 333.4 0.82 0.47
Hex D8 16 6C 0 5A 32 F 14D 52 2F
Octal 330 26 154 0 132 62 17 515 122 57
Binary 11011000 10110 1101100 0 1011010 110010 1111 101001101 1010010 101111

Color Harmonies of #D8166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8166C

Black with #D8166C

Text Example


Text Example

White with #D8166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8166C; }

 p { color: rgb(216,22,108); }

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

background-color css

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

 a { background-color: rgb(216,22,108); }

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

border-color css

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

 span { border-color: rgb(216,22,108); }

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