Html Css Color HEX #D8115D Ruby

📋 copy color: '#D8115D'

red 216 ◦ green 17 ◦ blue 93

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

Shades of Ruby #D8115D

Tints of Ruby #D8115D

RGB

 RED value IS 216 (84.77% from 255) = 66.26%

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

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

R = 66.26%
G = 5.21%
B = 28.53%

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

#D8115D (or 0xD8115D) is known color: Ruby. HEX triplet: D8, 11 and 5D. RGB value is (216,17,93). Sum of RGB (Red+Green+Blue) = 216+17+93=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8115D is #27EEA2. Grayscale: #555555. Windows color (decimal): -2616995 or 6099416. OLE color: 6099416.

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

Color convert

RGB 216 17 93 -
CMYK 0 0.92 0.57 0.15
HSL 337.09º 0.85% 0.46% -
HSV(B) 337.09º 0.92% 0.85% -
XYZ 30.5 15.79 11.8 -
YUV 85.17 132.43 221.32 -
System Red Green Blue C M Y K H S L
Decimal 216 17 93 0 0.92 0.57 0.15 337.09 0.85 0.46
Hex D8 11 5D 0 5C 39 F 151 55 2E
Octal 330 21 135 0 134 71 17 521 125 56
Binary 11011000 10001 1011101 0 1011100 111001 1111 101010001 1010101 101110

Color Harmonies of #D8115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8115D

Black with #D8115D

Text Example


Text Example

White with #D8115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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