Html Css Color HEX #D1115A Ruby

📋 copy color: '#D1115A'

red 209 ◦ green 17 ◦ blue 90

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

Shades of Ruby #D1115A

Tints of Ruby #D1115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 66.14%
G = 5.38%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1115A (or 0xD1115A) is known color: Ruby. HEX triplet: D1, 11 and 5A. RGB value is (209,17,90). Sum of RGB (Red+Green+Blue) = 209+17+90=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1115A is #2EEEA5. Grayscale: #525252. Windows color (decimal): -3075750 or 5902801. OLE color: 5902801.

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

Color convert

RGB 209 17 90 -
CMYK 0 0.92 0.57 0.18
HSL 337.19º 0.85% 0.44% -
HSV(B) 337.19º 0.92% 0.82% -
XYZ 28.34 14.69 11.02 -
YUV 82.73 132.11 218.06 -
System Red Green Blue C M Y K H S L
Decimal 209 17 90 0 0.92 0.57 0.18 337.19 0.85 0.44
Hex D1 11 5A 0 5C 39 12 151 55 2C
Octal 321 21 132 0 134 71 22 521 125 54
Binary 11010001 10001 1011010 0 1011100 111001 10010 101010001 1010101 101100

Color Harmonies of #D1115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1115A

Black with #D1115A

Text Example


Text Example

White with #D1115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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