#D80A75

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

Shades of Ruby #D80A75

Tints of Ruby #D80A75

Color information

#D80A75 (or 0xD80A75) is unknown color: approx Ruby. HEX triplet: D8, 0A and 75. RGB value is (216,10,117). Sum of RGB (Red+Green+Blue) = 216+10+117=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A75 is #27F58A. Grayscale: #535353. Windows color (decimal): -2618763 or 7670488. OLE color: 7670488.

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

Color convert

RGB21610117-
CMYK00.950.460.15
HSL328.83º91.15%44.31%-
HSV(B)328.83º95.37%84.71%-
XYZ31.6416.118.27-
YUV83.79146.75222.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.97%
GREEN value IS 10 (4.30% from 255) = 2.92%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=62.97%
G=2.92%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161011700.950.460.15328.8391.1544.31
HexD8A7505F2EF1495b2c
Octal330121650137561751113354
Binary11011000101011101010101111110111011111010010011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80A75; }

 p { color: rgb(216,10,117); }

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

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

 a { background-color: rgb(216,10,117); }

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

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

 span { border-color: rgb(216,10,117); }

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