Html Css Color HEX #D1105D Ruby

📋 copy color: '#D1105D'

red 209 ◦ green 16 ◦ blue 93

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

Shades of Ruby #D1105D

Tints of Ruby #D1105D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 65.72%
G = 5.03%
B = 29.25%

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

#D1105D (or 0xD1105D) is known color: Ruby. HEX triplet: D1, 10 and 5D. RGB value is (209,16,93). Sum of RGB (Red+Green+Blue) = 209+16+93=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1105D is #2EEFA2. Grayscale: #525252. Windows color (decimal): -3076003 or 6099153. OLE color: 6099153.

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

Color convert

RGB 209 16 93 -
CMYK 0 0.92 0.56 0.18
HSL 336.06º 0.86% 0.44% -
HSV(B) 336.06º 0.92% 0.82% -
XYZ 28.46 14.72 11.7 -
YUV 82.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 209 16 93 0 0.92 0.56 0.18 336.06 0.86 0.44
Hex D1 10 5D 0 5C 38 12 150 56 2C
Octal 321 20 135 0 134 70 22 520 126 54
Binary 11010001 10000 1011101 0 1011100 111000 10010 101010000 1010110 101100

Color Harmonies of #D1105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1105D

Black with #D1105D

Text Example


Text Example

White with #D1105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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