#D81A73

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

Shades of Ruby #D81A73

Tints of Ruby #D81A73

Color information

#D81A73 (or 0xD81A73) is unknown color: approx Ruby. HEX triplet: D8, 1A and 73. RGB value is (216,26,115). Sum of RGB (Red+Green+Blue) = 216+26+115=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A73 is #27E58C. Grayscale: #5C5C5C. Windows color (decimal): -2614669 or 7543512. OLE color: 7543512.

HSL color Cylindrical-coordinate representation of color #D81A73: hue angle of 331.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A73 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21626115-
CMYK00.880.470.15
HSL331.89º78.51%47.45%-
HSV(B)331.89º87.96%84.71%-
XYZ31.7816.5817.74-
YUV92.96140.45215.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.50%
GREEN value IS 26 (10.55% from 255) = 7.28%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=60.50%
G=7.28%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162611500.880.470.15331.8978.5147.45
HexD81A730582FF14c4f2f
Octal330321630130571751411757
Binary110110001101011100110101100010111111111010011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81A73; }

 p { color: rgb(216,26,115); }

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

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

 a { background-color: rgb(216,26,115); }

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

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

 span { border-color: rgb(216,26,115); }

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