#D9146C

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

Shades of Ruby #D9146C

Tints of Ruby #D9146C

Color information

#D9146C (or 0xD9146C) is unknown color: approx Ruby. HEX triplet: D9, 14 and 6C. RGB value is (217,20,108). Sum of RGB (Red+Green+Blue) = 217+20+108=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9146C is #26EB93. Grayscale: #585858. Windows color (decimal): -2550676 or 7083225. OLE color: 7083225.

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

Color convert

RGB21720108-
CMYK00.910.500.15
HSL333.2º83.12%46.47%-
HSV(B)333.2º90.78%85.1%-
XYZ31.5716.3315.68-
YUV88.93138.77219.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.90%
GREEN value IS 20 (8.20% from 255) = 5.80%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=62.90%
G=5.80%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172010800.910.500.15333.283.1246.47
HexD9146C05B32F14d532e
Octal331241540133621751512356
Binary110110011010011011000101101111001011111010011011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9146C; }

 p { color: rgb(217,20,108); }

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

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

 a { background-color: rgb(217,20,108); }

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

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

 span { border-color: rgb(217,20,108); }

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