Html Css Color HEX #D1116F Ruby

📋 copy color: '#D1116F'

red 209 ◦ green 17 ◦ blue 111

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

Shades of Ruby #D1116F

Tints of Ruby #D1116F

RGB

 RED value IS 209 (82.03% from 255) = 62.02%

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

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

R = 62.02%
G = 5.04%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1116F (or 0xD1116F) is known color: Ruby. HEX triplet: D1, 11 and 6F. RGB value is (209,17,111). Sum of RGB (Red+Green+Blue) = 209+17+111=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1116F is #2EEE90. Grayscale: #545454. Windows color (decimal): -3075729 or 7279057. OLE color: 7279057.

HSL color Cylindrical-coordinate representation of color #D1116F: hue angle of 330.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1116F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 111 -
CMYK 0 0.92 0.47 0.18
HSL 330.63º 0.85% 0.44% -
HSV(B) 330.63º 0.92% 0.82% -
XYZ 29.36 15.1 16.41 -
YUV 85.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 209 17 111 0 0.92 0.47 0.18 330.63 0.85 0.44
Hex D1 11 6F 0 5C 2F 12 14B 55 2C
Octal 321 21 157 0 134 57 22 513 125 54
Binary 11010001 10001 1101111 0 1011100 101111 10010 101001011 1010101 101100

Color Harmonies of #D1116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1116F

Black with #D1116F

Text Example


Text Example

White with #D1116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1116F; }

 p { color: rgb(209,17,111); }

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

background-color css

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

 a { background-color: rgb(209,17,111); }

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

border-color css

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

 span { border-color: rgb(209,17,111); }

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