#D8146E

Color #D8146E Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #D8146E

Tints of Ruby #D8146E

Color information

#D8146E (or 0xD8146E) is unknown color: approx Ruby. HEX triplet: D8, 14 and 6E. RGB value is (216,20,110). Sum of RGB (Red+Green+Blue) = 216+20+110=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8146E is #27EB91. Grayscale: #585858. Windows color (decimal): -2616210 or 7214296. OLE color: 7214296.

HSL color Cylindrical-coordinate representation of color #D8146E: hue angle of 332.45º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8146E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21620110-
CMYK00.910.490.15
HSL332.45º83.05%46.27%-
HSV(B)332.45º90.74%84.71%-
XYZ31.3816.2316.23-
YUV88.86139.93218.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.43%
GREEN value IS 20 (8.20% from 255) = 5.78%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=62.43%
G=5.78%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162011000.910.490.15332.4583.0546.27
HexD8146E05B31F14c532e
Octal330241560133611751412356
Binary110110001010011011100101101111000111111010011001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8146E; }

 p { color: rgb(216,20,110); }

 H1.HeaderClassName
 {
   color: #D8146E;
 }
 .AnyTagClassName
 {
   color: #D8146E;
 }
</style>
background-color css

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

 a { background-color: rgb(216,20,110); }

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

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

 span { border-color: rgb(216,20,110); }

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