#D51654

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

Shades of Ruby #D51654

Tints of Ruby #D51654

Color information

#D51654 (or 0xD51654) is unknown color: approx Ruby. HEX triplet: D5, 16 and 54. RGB value is (213,22,84). Sum of RGB (Red+Green+Blue) = 213+22+84=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D51654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51654 is #2AE9AB. Grayscale: #565656. Windows color (decimal): -2812332 or 5510869. OLE color: 5510869.

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

Color convert

RGB2132284-
CMYK00.900.610.16
HSL340.52º81.28%46.08%-
HSV(B)340.52º89.67%83.53%-
XYZ29.3315.369.81-
YUV86.18126.78218.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.77%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=66.77%
G=6.90%
B=26.33%

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
Decimal213228400.900.610.16340.5281.2846.08
HexD5165405A3D10155512e
Octal325261240132752052512156
Binary1101010110110101010001011010111101100001010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51654; }

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

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

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

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

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

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

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

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