#D31D53

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

Shades of Ruby #D31D53

Tints of Ruby #D31D53

Color information

#D31D53 (or 0xD31D53) is unknown color: approx Ruby. HEX triplet: D3, 1D and 53. RGB value is (211,29,83). Sum of RGB (Red+Green+Blue) = 211+29+83=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31D53 is #2CE2AC. Grayscale: #595959. Windows color (decimal): -2941613 or 5447123. OLE color: 5447123.

HSL color Cylindrical-coordinate representation of color #D31D53: hue angle of 342.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31D53 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB2112983-
CMYK00.860.610.17
HSL342.2º75.83%47.06%-
HSV(B)342.2º86.26%82.75%-
XYZ28.8615.359.63-
YUV89.57124.3214.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 65.33%
GREEN value IS 29 (11.72% from 255) = 8.98%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=65.33%
G=8.98%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211298300.860.610.17342.275.8347.06
HexD31D530563D111564c2f
Octal323351230126752152611457
Binary1101001111101101001101010110111101100011010101101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31D53; }

 p { color: rgb(211,29,83); }

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

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

 a { background-color: rgb(211,29,83); }

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

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

 span { border-color: rgb(211,29,83); }

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