#D80A6D

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

Shades of Ruby #D80A6D

Tints of Ruby #D80A6D

Color information

#D80A6D (or 0xD80A6D) is unknown color: approx Ruby. HEX triplet: D8, 0A and 6D. RGB value is (216,10,109). Sum of RGB (Red+Green+Blue) = 216+10+109=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A6D is #27F592. Grayscale: #525252. Windows color (decimal): -2618771 or 7146200. OLE color: 7146200.

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

Color convert

RGB21610109-
CMYK00.950.500.15
HSL331.17º91.15%44.31%-
HSV(B)331.17º95.37%84.71%-
XYZ31.1915.9215.9-
YUV82.88142.75222.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.48%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=64.48%
G=2.99%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161010900.950.500.15331.1791.1544.31
HexD8A6D05F32F14b5b2c
Octal330121550137621751313354
Binary11011000101011011010101111111001011111010010111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80A6D; }

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

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

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

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

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

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

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

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