Html Css Color HEX #D9115B Ruby

📋 copy color: '#D9115B'

red 217 ◦ green 17 ◦ blue 91

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

Shades of Ruby #D9115B

Tints of Ruby #D9115B

RGB

 RED value IS 217 (85.16% from 255) = 66.77%

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

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

R = 66.77%
G = 5.23%
B = 28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9115B (or 0xD9115B) is known color: Ruby. HEX triplet: D9, 11 and 5B. RGB value is (217,17,91). Sum of RGB (Red+Green+Blue) = 217+17+91=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9115B is #26EEA4. Grayscale: #555555. Windows color (decimal): -2551461 or 5968345. OLE color: 5968345.

HSL color Cylindrical-coordinate representation of color #D9115B: hue angle of 337.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9115B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 91 -
CMYK 0 0.92 0.58 0.15
HSL 337.8º 0.85% 0.46% -
HSV(B) 337.8º 0.92% 0.85% -
XYZ 30.7 15.91 11.35 -
YUV 85.24 131.26 221.98 -
System Red Green Blue C M Y K H S L
Decimal 217 17 91 0 0.92 0.58 0.15 337.8 0.85 0.46
Hex D9 11 5B 0 5C 3A F 152 55 2E
Octal 331 21 133 0 134 72 17 522 125 56
Binary 11011001 10001 1011011 0 1011100 111010 1111 101010010 1010101 101110

Color Harmonies of #D9115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9115B

Black with #D9115B

Text Example


Text Example

White with #D9115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9115B; }

 p { color: rgb(217,17,91); }

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

background-color css

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

 a { background-color: rgb(217,17,91); }

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

border-color css

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

 span { border-color: rgb(217,17,91); }

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