#D01564

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

Shades of Ruby #D01564

Tints of Ruby #D01564

Color information

#D01564 (or 0xD01564) is unknown color: approx Ruby. HEX triplet: D0, 15 and 64. RGB value is (208,21,100). Sum of RGB (Red+Green+Blue) = 208+21+100=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D01564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01564 is #2FEA9B. Grayscale: #555555. Windows color (decimal): -3140252 or 6559184. OLE color: 6559184.

HSL color Cylindrical-coordinate representation of color #D01564: hue angle of 334.65º 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 #D01564 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20821100-
CMYK00.900.520.18
HSL334.65º81.66%44.9%-
HSV(B)334.65º89.9%81.57%-
XYZ28.5814.8713.42-
YUV85.92135.95215.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.22%
GREEN value IS 21 (8.59% from 255) = 6.38%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=63.22%
G=6.38%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082110000.900.520.18334.6581.6644.9
HexD0156405A341214f522d
Octal320251440132642251712255
Binary1101000010101110010001011010110100100101010011111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01564; }

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

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

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

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

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

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

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

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