Html Css Color HEX #D1116D Ruby

📋 copy color: '#D1116D'

red 209 ◦ green 17 ◦ blue 109

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

Shades of Ruby #D1116D

Tints of Ruby #D1116D

RGB

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

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

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

R = 62.39%
G = 5.07%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1116D (or 0xD1116D) is known color: Ruby. HEX triplet: D1, 11 and 6D. RGB value is (209,17,109). Sum of RGB (Red+Green+Blue) = 209+17+109=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1116D is #2EEE92. Grayscale: #545454. Windows color (decimal): -3075731 or 7147985. OLE color: 7147985.

HSL color Cylindrical-coordinate representation of color #D1116D: hue angle of 331.25º 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 #D1116D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 109 -
CMYK 0 0.92 0.48 0.18
HSL 331.25º 0.85% 0.44% -
HSV(B) 331.25º 0.92% 0.82% -
XYZ 29.26 15.06 15.83 -
YUV 84.9 141.61 216.52 -
System Red Green Blue C M Y K H S L
Decimal 209 17 109 0 0.92 0.48 0.18 331.25 0.85 0.44
Hex D1 11 6D 0 5C 30 12 14B 55 2C
Octal 321 21 155 0 134 60 22 513 125 54
Binary 11010001 10001 1101101 0 1011100 110000 10010 101001011 1010101 101100

Color Harmonies of #D1116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1116D

Black with #D1116D

Text Example


Text Example

White with #D1116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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