Html Css Color HEX #D9115D Ruby

📋 copy color: '#D9115D'

red 217 ◦ green 17 ◦ blue 93

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

Shades of Ruby #D9115D

Tints of Ruby #D9115D

RGB

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

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

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

R = 66.36%
G = 5.2%
B = 28.44%

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

#D9115D (or 0xD9115D) is known color: Ruby. HEX triplet: D9, 11 and 5D. RGB value is (217,17,93). Sum of RGB (Red+Green+Blue) = 217+17+93=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9115D is #26EEA2. Grayscale: #555555. Windows color (decimal): -2551459 or 6099417. OLE color: 6099417.

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

Color convert

RGB 217 17 93 -
CMYK 0 0.92 0.57 0.15
HSL 337.2º 0.85% 0.46% -
HSV(B) 337.2º 0.92% 0.85% -
XYZ 30.79 15.94 11.81 -
YUV 85.46 132.26 221.82 -
System Red Green Blue C M Y K H S L
Decimal 217 17 93 0 0.92 0.57 0.15 337.2 0.85 0.46
Hex D9 11 5D 0 5C 39 F 151 55 2E
Octal 331 21 135 0 134 71 17 521 125 56
Binary 11011001 10001 1011101 0 1011100 111001 1111 101010001 1010101 101110

Color Harmonies of #D9115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9115D

Black with #D9115D

Text Example


Text Example

White with #D9115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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