Html Css Color HEX #D8115C Ruby

📋 copy color: '#D8115C'

red 216 ◦ green 17 ◦ blue 92

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

Shades of Ruby #D8115C

Tints of Ruby #D8115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 66.46%
G = 5.23%
B = 28.31%

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

#D8115C (or 0xD8115C) is known color: Ruby. HEX triplet: D8, 11 and 5C. RGB value is (216,17,92). Sum of RGB (Red+Green+Blue) = 216+17+92=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8115C is #27EEA3. Grayscale: #545454. Windows color (decimal): -2616996 or 6033880. OLE color: 6033880.

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

Color convert

RGB 216 17 92 -
CMYK 0 0.92 0.57 0.15
HSL 337.39º 0.85% 0.46% -
HSV(B) 337.39º 0.92% 0.85% -
XYZ 30.45 15.77 11.56 -
YUV 85.05 131.93 221.4 -
System Red Green Blue C M Y K H S L
Decimal 216 17 92 0 0.92 0.57 0.15 337.39 0.85 0.46
Hex D8 11 5C 0 5C 39 F 151 55 2E
Octal 330 21 134 0 134 71 17 521 125 56
Binary 11011000 10001 1011100 0 1011100 111001 1111 101010001 1010101 101110

Color Harmonies of #D8115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8115C

Black with #D8115C

Text Example


Text Example

White with #D8115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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