Html Css Color HEX #D1115F Ruby

📋 copy color: '#D1115F'

red 209 ◦ green 17 ◦ blue 95

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

Shades of Ruby #D1115F

Tints of Ruby #D1115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 65.11%
G = 5.3%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1115F (or 0xD1115F) is known color: Ruby. HEX triplet: D1, 11 and 5F. RGB value is (209,17,95). Sum of RGB (Red+Green+Blue) = 209+17+95=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1115F is #2EEEA0. Grayscale: #535353. Windows color (decimal): -3075745 or 6230481. OLE color: 6230481.

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

Color convert

RGB 209 17 95 -
CMYK 0 0.92 0.55 0.18
HSL 335.63º 0.85% 0.44% -
HSV(B) 335.63º 0.92% 0.82% -
XYZ 28.56 14.78 12.17 -
YUV 83.3 134.61 217.66 -
System Red Green Blue C M Y K H S L
Decimal 209 17 95 0 0.92 0.55 0.18 335.63 0.85 0.44
Hex D1 11 5F 0 5C 37 12 150 55 2C
Octal 321 21 137 0 134 67 22 520 125 54
Binary 11010001 10001 1011111 0 1011100 110111 10010 101010000 1010101 101100

Color Harmonies of #D1115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1115F

Black with #D1115F

Text Example


Text Example

White with #D1115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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