#D01566

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

Shades of Ruby #D01566

Tints of Ruby #D01566

Color information

#D01566 (or 0xD01566) is unknown color: approx Ruby. HEX triplet: D0, 15 and 66. RGB value is (208,21,102). Sum of RGB (Red+Green+Blue) = 208+21+102=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D01566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01566 is #2FEA99. Grayscale: #565656. Windows color (decimal): -3140250 or 6690256. OLE color: 6690256.

HSL color Cylindrical-coordinate representation of color #D01566: hue angle of 334.01º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01566 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20821102-
CMYK00.900.510.18
HSL334.01º81.66%44.9%-
HSV(B)334.01º89.9%81.57%-
XYZ28.6814.9113.94-
YUV86.15136.95214.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.84%
GREEN value IS 21 (8.59% from 255) = 6.34%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=62.84%
G=6.34%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082110200.900.510.18334.0181.6644.9
HexD0156605A331214e522d
Octal320251460132632251612255
Binary1101000010101110011001011010110011100101010011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01566; }

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

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

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

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

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

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

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

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