#D9145F

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

Shades of Ruby #D9145F

Tints of Ruby #D9145F

Color information

#D9145F (or 0xD9145F) is unknown color: approx Ruby. HEX triplet: D9, 14 and 5F. RGB value is (217,20,95). Sum of RGB (Red+Green+Blue) = 217+20+95=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9145F is #26EBA0. Grayscale: #575757. Windows color (decimal): -2550689 or 6231257. OLE color: 6231257.

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

Color convert

RGB2172095-
CMYK00.910.560.15
HSL337.16º83.12%46.47%-
HSV(B)337.16º90.78%85.1%-
XYZ30.9316.0812.3-
YUV87.45132.27220.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 65.36%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=65.36%
G=6.02%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217209500.910.560.15337.1683.1246.47
HexD9145F05B38F151532e
Octal331241370133701752112356
Binary110110011010010111110101101111100011111010100011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9145F; }

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

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

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

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

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

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

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

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