Html Css Color HEX #D9115E Ruby

📋 copy color: '#D9115E'

red 217 ◦ green 17 ◦ blue 94

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

Shades of Ruby #D9115E

Tints of Ruby #D9115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 66.16%
G = 5.18%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9115E (or 0xD9115E) is known color: Ruby. HEX triplet: D9, 11 and 5E. RGB value is (217,17,94). Sum of RGB (Red+Green+Blue) = 217+17+94=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9115E is #26EEA1. Grayscale: #555555. Windows color (decimal): -2551458 or 6164953. OLE color: 6164953.

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

Color convert

RGB 217 17 94 -
CMYK 0 0.92 0.57 0.15
HSL 336.9º 0.85% 0.46% -
HSV(B) 336.9º 0.92% 0.85% -
XYZ 30.84 15.96 12.05 -
YUV 85.58 132.76 221.74 -
System Red Green Blue C M Y K H S L
Decimal 217 17 94 0 0.92 0.57 0.15 336.9 0.85 0.46
Hex D9 11 5E 0 5C 39 F 151 55 2E
Octal 331 21 136 0 134 71 17 521 125 56
Binary 11011001 10001 1011110 0 1011100 111001 1111 101010001 1010101 101110

Color Harmonies of #D9115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9115E

Black with #D9115E

Text Example


Text Example

White with #D9115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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