Html Css Color HEX #D1106B Ruby

📋 copy color: '#D1106B'

red 209 ◦ green 16 ◦ blue 107

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

Shades of Ruby #D1106B

Tints of Ruby #D1106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 62.95%
G = 4.82%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1106B (or 0xD1106B) is known color: Ruby. HEX triplet: D1, 10 and 6B. RGB value is (209,16,107). Sum of RGB (Red+Green+Blue) = 209+16+107=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1106B is #2EEF94. Grayscale: #535353. Windows color (decimal): -3075989 or 7016657. OLE color: 7016657.

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

Color convert

RGB 209 16 107 -
CMYK 0 0.92 0.49 0.18
HSL 331.71º 0.86% 0.44% -
HSV(B) 331.71º 0.92% 0.82% -
XYZ 29.13 14.99 15.27 -
YUV 84.08 140.94 217.1 -
System Red Green Blue C M Y K H S L
Decimal 209 16 107 0 0.92 0.49 0.18 331.71 0.86 0.44
Hex D1 10 6B 0 5C 31 12 14C 56 2C
Octal 321 20 153 0 134 61 22 514 126 54
Binary 11010001 10000 1101011 0 1011100 110001 10010 101001100 1010110 101100

Color Harmonies of #D1106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1106B

Black with #D1106B

Text Example


Text Example

White with #D1106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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