#D51F5D

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

Shades of Ruby #D51F5D

Tints of Ruby #D51F5D

Color information

#D51F5D (or 0xD51F5D) is unknown color: approx Ruby. HEX triplet: D5, 1F and 5D. RGB value is (213,31,93). Sum of RGB (Red+Green+Blue) = 213+31+93=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51F5D is #2AE0A2. Grayscale: #5C5C5C. Windows color (decimal): -2810019 or 6102997. OLE color: 6102997.

HSL color Cylindrical-coordinate representation of color #D51F5D: hue angle of 339.56º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51F5D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB2133193-
CMYK00.850.560.16
HSL339.56º74.59%47.84%-
HSV(B)339.56º85.45%83.53%-
XYZ29.9115.9211.85-
YUV92.49128.3213.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.20%
GREEN value IS 31 (12.5% from 255) = 9.20%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=63.20%
G=9.20%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213319300.850.560.16339.5674.5947.84
HexD51F5D05538101544b30
Octal325371350125702052411360
Binary1101010111111101110101010101111000100001010101001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51F5D; }

 p { color: rgb(213,31,93); }

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

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

 a { background-color: rgb(213,31,93); }

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

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

 span { border-color: rgb(213,31,93); }

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