#D51E5C

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

Shades of Ruby #D51E5C

Tints of Ruby #D51E5C

Color information

#D51E5C (or 0xD51E5C) is unknown color: approx Ruby. HEX triplet: D5, 1E and 5C. RGB value is (213,30,92). Sum of RGB (Red+Green+Blue) = 213+30+92=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51E5C is #2AE1A3. Grayscale: #5B5B5B. Windows color (decimal): -2810276 or 6037205. OLE color: 6037205.

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

Color convert

RGB2133092-
CMYK00.860.570.16
HSL339.67º75.31%47.65%-
HSV(B)339.67º85.92%83.53%-
XYZ29.8415.8511.61-
YUV91.78128.13214.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.58%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=63.58%
G=8.96%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213309200.860.570.16339.6775.3147.65
HexD51E5C05639101544b30
Octal325361340126712052411360
Binary1101010111110101110001010110111001100001010101001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51E5C; }

 p { color: rgb(213,30,92); }

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

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

 a { background-color: rgb(213,30,92); }

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

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

 span { border-color: rgb(213,30,92); }

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