Html Css Color HEX #D8115F Ruby

📋 copy color: '#D8115F'

red 216 ◦ green 17 ◦ blue 95

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

Shades of Ruby #D8115F

Tints of Ruby #D8115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 65.85%
G = 5.18%
B = 28.96%

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

#D8115F (or 0xD8115F) is known color: Ruby. HEX triplet: D8, 11 and 5F. RGB value is (216,17,95). Sum of RGB (Red+Green+Blue) = 216+17+95=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8115F is #27EEA0. Grayscale: #555555. Windows color (decimal): -2616993 or 6230488. OLE color: 6230488.

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

Color convert

RGB 216 17 95 -
CMYK 0 0.92 0.56 0.15
HSL 336.48º 0.85% 0.46% -
HSV(B) 336.48º 0.92% 0.85% -
XYZ 30.58 15.83 12.27 -
YUV 85.39 133.43 221.16 -
System Red Green Blue C M Y K H S L
Decimal 216 17 95 0 0.92 0.56 0.15 336.48 0.85 0.46
Hex D8 11 5F 0 5C 38 F 150 55 2E
Octal 330 21 137 0 134 70 17 520 125 56
Binary 11011000 10001 1011111 0 1011100 111000 1111 101010000 1010101 101110

Color Harmonies of #D8115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8115F

Black with #D8115F

Text Example


Text Example

White with #D8115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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