Html Css Color HEX #D9166F Ruby

📋 copy color: '#D9166F'

red 217 ◦ green 22 ◦ blue 111

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

Shades of Ruby #D9166F

Tints of Ruby #D9166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 62%
G = 6.29%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9166F (or 0xD9166F) is known color: Ruby. HEX triplet: D9, 16 and 6F. RGB value is (217,22,111). Sum of RGB (Red+Green+Blue) = 217+22+111=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9166F is #26E990. Grayscale: #5A5A5A. Windows color (decimal): -2550161 or 7280345. OLE color: 7280345.

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

Color convert

RGB 217 22 111 -
CMYK 0 0.90 0.49 0.15
HSL 332.62º 0.82% 0.47% -
HSV(B) 332.62º 0.9% 0.85% -
XYZ 31.77 16.47 16.54 -
YUV 90.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 217 22 111 0 0.90 0.49 0.15 332.62 0.82 0.47
Hex D9 16 6F 0 5A 31 F 14D 52 2F
Octal 331 26 157 0 132 61 17 515 122 57
Binary 11011001 10110 1101111 0 1011010 110001 1111 101001101 1010010 101111

Color Harmonies of #D9166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9166F

Black with #D9166F

Text Example


Text Example

White with #D9166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9166F; }

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

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

background-color css

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

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

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

border-color css

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

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

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