#D61D58

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

Shades of Ruby #D61D58

Tints of Ruby #D61D58

Color information

#D61D58 (or 0xD61D58) is unknown color: approx Ruby. HEX triplet: D6, 1D and 58. RGB value is (214,29,88). Sum of RGB (Red+Green+Blue) = 214+29+88=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D58 is #29E2A7. Grayscale: #5A5A5A. Windows color (decimal): -2745000 or 5774806. OLE color: 5774806.

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

Color convert

RGB2142988-
CMYK00.860.590.16
HSL340.86º76.13%47.65%-
HSV(B)340.86º86.45%83.92%-
XYZ29.9315.8810.72-
YUV91.04126.29215.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.65%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=64.65%
G=8.76%
B=26.59%

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
Decimal214298800.860.590.16340.8676.1347.65
HexD61D580563B101554c30
Octal326351300126732052511460
Binary1101011011101101100001010110111011100001010101011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61D58; }

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

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

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

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

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

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

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

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