#D51653

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

Shades of Ruby #D51653

Tints of Ruby #D51653

Color information

#D51653 (or 0xD51653) is unknown color: approx Ruby. HEX triplet: D5, 16 and 53. RGB value is (213,22,83). Sum of RGB (Red+Green+Blue) = 213+22+83=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D51653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51653 is #2AE9AC. Grayscale: #565656. Windows color (decimal): -2812333 or 5445333. OLE color: 5445333.

HSL color Cylindrical-coordinate representation of color #D51653: hue angle of 340.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51653 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2132283-
CMYK00.900.610.16
HSL340.84º81.28%46.08%-
HSV(B)340.84º89.67%83.53%-
XYZ29.2915.349.6-
YUV86.06126.28218.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.98%
GREEN value IS 22 (8.98% from 255) = 6.92%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=66.98%
G=6.92%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213228300.900.610.16340.8481.2846.08
HexD5165305A3D10155512e
Octal325261230132752052512156
Binary1101010110110101001101011010111101100001010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51653; }

 p { color: rgb(213,22,83); }

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

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

 a { background-color: rgb(213,22,83); }

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

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

 span { border-color: rgb(213,22,83); }

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