#D51558

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

Shades of Ruby #D51558

Tints of Ruby #D51558

Color information

#D51558 (or 0xD51558) is unknown color: approx Ruby. HEX triplet: D5, 15 and 58. RGB value is (213,21,88). Sum of RGB (Red+Green+Blue) = 213+21+88=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D51558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51558 is #2AEAA7. Grayscale: #555555. Windows color (decimal): -2812584 or 5772757. OLE color: 5772757.

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

Color convert

RGB2132188-
CMYK00.900.590.16
HSL339.06º82.05%45.88%-
HSV(B)339.06º90.14%83.53%-
XYZ29.4715.3910.65-
YUV86.05129.11218.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.15%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=66.15%
G=6.52%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213218800.900.590.16339.0682.0545.88
HexD5155805A3B10153522e
Octal325251300132732052312256
Binary1101010110101101100001011010111011100001010100111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51558; }

 p { color: rgb(213,21,88); }

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

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

 a { background-color: rgb(213,21,88); }

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

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

 span { border-color: rgb(213,21,88); }

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