#D31565

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

Shades of Ruby #D31565

Tints of Ruby #D31565

Color information

#D31565 (or 0xD31565) is unknown color: approx Ruby. HEX triplet: D3, 15 and 65. RGB value is (211,21,101). Sum of RGB (Red+Green+Blue) = 211+21+101=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D31565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31565 is #2CEA9A. Grayscale: #565656. Windows color (decimal): -2943643 or 6624723. OLE color: 6624723.

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

Color convert

RGB21121101-
CMYK00.900.520.17
HSL334.74º81.9%45.49%-
HSV(B)334.74º90.05%82.75%-
XYZ29.4815.3213.72-
YUV86.93135.95216.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.36%
GREEN value IS 21 (8.59% from 255) = 6.31%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=63.36%
G=6.31%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112110100.900.520.17334.7481.945.49
HexD3156505A341114f522d
Octal323251450132642151712255
Binary1101001110101110010101011010110100100011010011111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31565; }

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

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

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

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

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

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

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

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