#D01565

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

Shades of Ruby #D01565

Tints of Ruby #D01565

Color information

#D01565 (or 0xD01565) is unknown color: approx Ruby. HEX triplet: D0, 15 and 65. RGB value is (208,21,101). Sum of RGB (Red+Green+Blue) = 208+21+101=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D01565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01565 is #2FEA9A. Grayscale: #555555. Windows color (decimal): -3140251 or 6624720. OLE color: 6624720.

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

Color convert

RGB20821101-
CMYK00.900.510.18
HSL334.33º81.66%44.9%-
HSV(B)334.33º89.9%81.57%-
XYZ28.6314.8913.68-
YUV86.03136.45215-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.03%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=63.03%
G=6.36%
B=30.61%

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
Decimal2082110100.900.510.18334.3381.6644.9
HexD0156505A331214e522d
Octal320251450132632251612255
Binary1101000010101110010101011010110011100101010011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01565; }

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

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

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

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

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

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

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

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