#D21D61

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

Shades of Ruby #D21D61

Tints of Ruby #D21D61

Color information

#D21D61 (or 0xD21D61) is unknown color: approx Ruby. HEX triplet: D2, 1D and 61. RGB value is (210,29,97). Sum of RGB (Red+Green+Blue) = 210+29+97=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D61 is #2DE29E. Grayscale: #5A5A5A. Windows color (decimal): -3007135 or 6364626. OLE color: 6364626.

HSL color Cylindrical-coordinate representation of color #D21D61: hue angle of 337.46º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D61 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2102997-
CMYK00.860.540.18
HSL337.46º75.73%46.86%-
HSV(B)337.46º86.19%82.35%-
XYZ29.1815.4412.75-
YUV90.87131.47212.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.5%
GREEN value IS 29 (11.72% from 255) = 8.63%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=62.5%
G=8.63%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210299700.860.540.18337.4675.7346.86
HexD21D6105636121514c2f
Octal322351410126662252111457
Binary1101001011101110000101010110110110100101010100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21D61; }

 p { color: rgb(210,29,97); }

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

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

 a { background-color: rgb(210,29,97); }

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

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

 span { border-color: rgb(210,29,97); }

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