#D21D62

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

Shades of Ruby #D21D62

Tints of Ruby #D21D62

Color information

#D21D62 (or 0xD21D62) is unknown color: approx Ruby. HEX triplet: D2, 1D and 62. RGB value is (210,29,98). Sum of RGB (Red+Green+Blue) = 210+29+98=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D62 is #2DE29D. Grayscale: #5A5A5A. Windows color (decimal): -3007134 or 6430162. OLE color: 6430162.

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

Color convert

RGB2102998-
CMYK00.860.530.18
HSL337.13º75.73%46.86%-
HSV(B)337.13º86.19%82.35%-
XYZ29.2215.4613-
YUV90.98131.97212.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.31%
GREEN value IS 29 (11.72% from 255) = 8.61%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=62.31%
G=8.61%
B=29.08%

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
Decimal210299800.860.530.18337.1375.7346.86
HexD21D6205635121514c2f
Octal322351420126652252111457
Binary1101001011101110001001010110110101100101010100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21D62; }

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

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

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

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

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

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

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

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