Html Css Color HEX #D8115E Ruby

📋 copy color: '#D8115E'

red 216 ◦ green 17 ◦ blue 94

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

Shades of Ruby #D8115E

Tints of Ruby #D8115E

RGB

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

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

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

R = 66.06%
G = 5.2%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8115E (or 0xD8115E) is known color: Ruby. HEX triplet: D8, 11 and 5E. RGB value is (216,17,94). Sum of RGB (Red+Green+Blue) = 216+17+94=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8115E is #27EEA1. Grayscale: #555555. Windows color (decimal): -2616994 or 6164952. OLE color: 6164952.

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

Color convert

RGB 216 17 94 -
CMYK 0 0.92 0.56 0.15
HSL 336.78º 0.85% 0.46% -
HSV(B) 336.78º 0.92% 0.85% -
XYZ 30.54 15.81 12.03 -
YUV 85.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 216 17 94 0 0.92 0.56 0.15 336.78 0.85 0.46
Hex D8 11 5E 0 5C 38 F 151 55 2E
Octal 330 21 136 0 134 70 17 521 125 56
Binary 11011000 10001 1011110 0 1011100 111000 1111 101010001 1010101 101110

Color Harmonies of #D8115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8115E

Black with #D8115E

Text Example


Text Example

White with #D8115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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