#D81566

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

Shades of Ruby #D81566

Tints of Ruby #D81566

Color information

#D81566 (or 0xD81566) is unknown color: approx Ruby. HEX triplet: D8, 15 and 66. RGB value is (216,21,102). Sum of RGB (Red+Green+Blue) = 216+21+102=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D81566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81566 is #27EA99. Grayscale: #585858. Windows color (decimal): -2615962 or 6690264. OLE color: 6690264.

HSL color Cylindrical-coordinate representation of color #D81566: hue angle of 335.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81566 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21621102-
CMYK00.900.530.15
HSL335.08º82.28%46.47%-
HSV(B)335.08º90.28%84.71%-
XYZ30.9916.0914.04-
YUV88.54135.6218.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.72%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=63.72%
G=6.19%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162110200.900.530.15335.0882.2846.47
HexD8156605A35F14f522e
Octal330251460132651751712256
Binary110110001010111001100101101011010111111010011111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81566; }

 p { color: rgb(216,21,102); }

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

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

 a { background-color: rgb(216,21,102); }

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

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

 span { border-color: rgb(216,21,102); }

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