#D61D57

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

Shades of Ruby #D61D57

Tints of Ruby #D61D57

Color information

#D61D57 (or 0xD61D57) is unknown color: approx Ruby. HEX triplet: D6, 1D and 57. RGB value is (214,29,87). Sum of RGB (Red+Green+Blue) = 214+29+87=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D57 is #29E2A8. Grayscale: #5A5A5A. Windows color (decimal): -2745001 or 5709270. OLE color: 5709270.

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

Color convert

RGB2142987-
CMYK00.860.590.16
HSL341.19º76.13%47.65%-
HSV(B)341.19º86.45%83.92%-
XYZ29.8915.8610.5-
YUV90.93125.79215.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.85%
GREEN value IS 29 (11.72% from 255) = 8.79%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=64.85%
G=8.79%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214298700.860.590.16341.1976.1347.65
HexD61D570563B101554c30
Octal326351270126732052511460
Binary1101011011101101011101010110111011100001010101011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61D57; }

 p { color: rgb(214,29,87); }

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

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

 a { background-color: rgb(214,29,87); }

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

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

 span { border-color: rgb(214,29,87); }

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