Html Css Color HEX #D9116E Ruby

📋 copy color: '#D9116E'

red 217 ◦ green 17 ◦ blue 110

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

Shades of Ruby #D9116E

Tints of Ruby #D9116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.94%

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 63.08%
G = 4.94%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9116E (or 0xD9116E) is known color: Ruby. HEX triplet: D9, 11 and 6E. RGB value is (217,17,110). Sum of RGB (Red+Green+Blue) = 217+17+110=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9116E is #26EE91. Grayscale: #575757. Windows color (decimal): -2551442 or 7213529. OLE color: 7213529.

HSL color Cylindrical-coordinate representation of color #D9116E: hue angle of 332.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9116E is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 110 -
CMYK 0 0.92 0.49 0.15
HSL 332.1º 0.85% 0.46% -
HSV(B) 332.1º 0.92% 0.85% -
XYZ 31.63 16.28 16.23 -
YUV 87.4 140.76 220.44 -
System Red Green Blue C M Y K H S L
Decimal 217 17 110 0 0.92 0.49 0.15 332.1 0.85 0.46
Hex D9 11 6E 0 5C 31 F 14C 55 2E
Octal 331 21 156 0 134 61 17 514 125 56
Binary 11011001 10001 1101110 0 1011100 110001 1111 101001100 1010101 101110

Color Harmonies of #D9116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9116E

Black with #D9116E

Text Example


Text Example

White with #D9116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9116E; }

 p { color: rgb(217,17,110); }

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

background-color css

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

 a { background-color: rgb(217,17,110); }

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

border-color css

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

 span { border-color: rgb(217,17,110); }

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