#D21D63

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

Shades of Ruby #D21D63

Tints of Ruby #D21D63

Color information

#D21D63 (or 0xD21D63) is unknown color: approx Ruby. HEX triplet: D2, 1D and 63. RGB value is (210,29,99). Sum of RGB (Red+Green+Blue) = 210+29+99=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D63 is #2DE29C. Grayscale: #5B5B5B. Windows color (decimal): -3007133 or 6495698. OLE color: 6495698.

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

Color convert

RGB2102999-
CMYK00.860.530.18
HSL336.8º75.73%46.86%-
HSV(B)336.8º86.19%82.35%-
XYZ29.2715.4813.25-
YUV91.1132.47212.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.13%
GREEN value IS 29 (11.72% from 255) = 8.58%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=62.13%
G=8.58%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210299900.860.530.18336.875.7346.86
HexD21D6305635121514c2f
Octal322351430126652252111457
Binary1101001011101110001101010110110101100101010100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21D63; }

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

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

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

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

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

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

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

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