#D9145E

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

Shades of Ruby #D9145E

Tints of Ruby #D9145E

Color information

#D9145E (or 0xD9145E) is unknown color: approx Ruby. HEX triplet: D9, 14 and 5E. RGB value is (217,20,94). Sum of RGB (Red+Green+Blue) = 217+20+94=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9145E is #26EBA1. Grayscale: #575757. Windows color (decimal): -2550690 or 6165721. OLE color: 6165721.

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

Color convert

RGB2172094-
CMYK00.910.570.15
HSL337.46º83.12%46.47%-
HSV(B)337.46º90.78%85.1%-
XYZ30.8916.0612.06-
YUV87.34131.77220.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 65.56%
GREEN value IS 20 (8.20% from 255) = 6.04%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=65.56%
G=6.04%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217209400.910.570.15337.4683.1246.47
HexD9145E05B39F151532e
Octal331241360133711752112356
Binary110110011010010111100101101111100111111010100011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9145E; }

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

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

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

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

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

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

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

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