Html Css Color HEX #D9166C Ruby

📋 copy color: '#D9166C'

red 217 ◦ green 22 ◦ blue 108

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

Shades of Ruby #D9166C

Tints of Ruby #D9166C

RGB

 RED value IS 217 (85.16% from 255) = 62.54%

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

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

R = 62.54%
G = 6.34%
B = 31.12%

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

#D9166C (or 0xD9166C) is known color: Ruby. HEX triplet: D9, 16 and 6C. RGB value is (217,22,108). Sum of RGB (Red+Green+Blue) = 217+22+108=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9166C is #26E993. Grayscale: #595959. Windows color (decimal): -2550164 or 7083737. OLE color: 7083737.

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

Color convert

RGB 217 22 108 -
CMYK 0 0.90 0.50 0.15
HSL 333.54º 0.82% 0.47% -
HSV(B) 333.54º 0.9% 0.85% -
XYZ 31.61 16.41 15.69 -
YUV 90.11 138.1 218.51 -
System Red Green Blue C M Y K H S L
Decimal 217 22 108 0 0.90 0.50 0.15 333.54 0.82 0.47
Hex D9 16 6C 0 5A 32 F 14E 52 2F
Octal 331 26 154 0 132 62 17 516 122 57
Binary 11011001 10110 1101100 0 1011010 110010 1111 101001110 1010010 101111

Color Harmonies of #D9166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9166C

Black with #D9166C

Text Example


Text Example

White with #D9166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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