#D51359

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

Shades of Ruby #D51359

Tints of Ruby #D51359

Color information

#D51359 (or 0xD51359) is unknown color: approx Ruby. HEX triplet: D5, 13 and 59. RGB value is (213,19,89). Sum of RGB (Red+Green+Blue) = 213+19+89=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D51359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51359 is #2AECA6. Grayscale: #545454. Windows color (decimal): -2813095 or 5837781. OLE color: 5837781.

HSL color Cylindrical-coordinate representation of color #D51359: hue angle of 338.35º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51359 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2131989-
CMYK00.910.580.16
HSL338.35º83.62%45.49%-
HSV(B)338.35º91.08%83.53%-
XYZ29.4815.3310.86-
YUV84.99130.27219.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.36%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=66.36%
G=5.92%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213198900.910.580.16338.3583.6245.49
HexD5135905B3A10152542d
Octal325231310133722052212455
Binary1101010110011101100101011011111010100001010100101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51359; }

 p { color: rgb(213,19,89); }

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

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

 a { background-color: rgb(213,19,89); }

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

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

 span { border-color: rgb(213,19,89); }

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