#D81E72

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

Shades of Ruby #D81E72

Tints of Ruby #D81E72

Color information

#D81E72 (or 0xD81E72) is unknown color: approx Ruby. HEX triplet: D8, 1E and 72. RGB value is (216,30,114). Sum of RGB (Red+Green+Blue) = 216+30+114=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E72 is #27E18D. Grayscale: #5F5F5F. Windows color (decimal): -2613646 or 7479000. OLE color: 7479000.

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

Color convert

RGB21630114-
CMYK00.860.470.15
HSL332.9º75.61%48.24%-
HSV(B)332.9º86.11%84.71%-
XYZ31.8216.7417.47-
YUV95.19138.62214.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=60%
G=8.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163011400.860.470.15332.975.6148.24
HexD81E720562FF14d4c30
Octal330361620126571751511460
Binary110110001111011100100101011010111111111010011011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81E72; }

 p { color: rgb(216,30,114); }

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

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

 a { background-color: rgb(216,30,114); }

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

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

 span { border-color: rgb(216,30,114); }

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