Html Css Color HEX #D1105B Ruby

📋 copy color: '#D1105B'

red 209 ◦ green 16 ◦ blue 91

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

Shades of Ruby #D1105B

Tints of Ruby #D1105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 66.14%
G = 5.06%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1105B (or 0xD1105B) is known color: Ruby. HEX triplet: D1, 10 and 5B. RGB value is (209,16,91). Sum of RGB (Red+Green+Blue) = 209+16+91=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1105B is #2EEFA4. Grayscale: #525252. Windows color (decimal): -3076005 or 5968081. OLE color: 5968081.

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

Color convert

RGB 209 16 91 -
CMYK 0 0.92 0.56 0.18
HSL 336.68º 0.86% 0.44% -
HSV(B) 336.68º 0.92% 0.82% -
XYZ 28.37 14.68 11.24 -
YUV 82.26 132.94 218.4 -
System Red Green Blue C M Y K H S L
Decimal 209 16 91 0 0.92 0.56 0.18 336.68 0.86 0.44
Hex D1 10 5B 0 5C 38 12 151 56 2C
Octal 321 20 133 0 134 70 22 521 126 54
Binary 11010001 10000 1011011 0 1011100 111000 10010 101010001 1010110 101100

Color Harmonies of #D1105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1105B

Black with #D1105B

Text Example


Text Example

White with #D1105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1105B; }

 p { color: rgb(209,16,91); }

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

background-color css

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

 a { background-color: rgb(209,16,91); }

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

border-color css

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

 span { border-color: rgb(209,16,91); }

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