#D61D59

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

Shades of Ruby #D61D59

Tints of Ruby #D61D59

Color information

#D61D59 (or 0xD61D59) is unknown color: approx Ruby. HEX triplet: D6, 1D and 59. RGB value is (214,29,89). Sum of RGB (Red+Green+Blue) = 214+29+89=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D59 is #29E2A6. Grayscale: #5B5B5B. Windows color (decimal): -2744999 or 5840342. OLE color: 5840342.

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

Color convert

RGB2142989-
CMYK00.860.580.16
HSL340.54º76.13%47.65%-
HSV(B)340.54º86.45%83.92%-
XYZ29.9715.910.94-
YUV91.16126.79215.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.46%
GREEN value IS 29 (11.72% from 255) = 8.73%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=64.46%
G=8.73%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214298900.860.580.16340.5476.1347.65
HexD61D590563A101554c30
Octal326351310126722052511460
Binary1101011011101101100101010110111010100001010101011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61D59; }

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

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

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

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

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

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

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

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