Html Css Color HEX #D8166D Ruby

📋 copy color: '#D8166D'

red 216 ◦ green 22 ◦ blue 109

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

Shades of Ruby #D8166D

Tints of Ruby #D8166D

RGB

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

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

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

R = 62.25%
G = 6.34%
B = 31.41%

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

#D8166D (or 0xD8166D) is known color: Ruby. HEX triplet: D8, 16 and 6D. RGB value is (216,22,109). Sum of RGB (Red+Green+Blue) = 216+22+109=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8166D is #27E992. Grayscale: #595959. Windows color (decimal): -2615699 or 7149272. OLE color: 7149272.

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

Color convert

RGB 216 22 109 -
CMYK 0 0.90 0.50 0.15
HSL 333.09º 0.82% 0.47% -
HSV(B) 333.09º 0.9% 0.85% -
XYZ 31.37 16.28 15.96 -
YUV 89.92 138.77 217.93 -
System Red Green Blue C M Y K H S L
Decimal 216 22 109 0 0.90 0.50 0.15 333.09 0.82 0.47
Hex D8 16 6D 0 5A 32 F 14D 52 2F
Octal 330 26 155 0 132 62 17 515 122 57
Binary 11011000 10110 1101101 0 1011010 110010 1111 101001101 1010010 101111

Color Harmonies of #D8166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8166D

Black with #D8166D

Text Example


Text Example

White with #D8166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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