#D41D63

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

Shades of Ruby #D41D63

Tints of Ruby #D41D63

Color information

#D41D63 (or 0xD41D63) is unknown color: approx Ruby. HEX triplet: D4, 1D and 63. RGB value is (212,29,99). Sum of RGB (Red+Green+Blue) = 212+29+99=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D63 is #2BE29C. Grayscale: #5B5B5B. Windows color (decimal): -2876061 or 6495700. OLE color: 6495700.

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

Color convert

RGB2122999-
CMYK00.860.530.17
HSL337.05º75.93%47.25%-
HSV(B)337.05º86.32%83.14%-
XYZ29.8415.7813.28-
YUV91.7132.13213.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.35%
GREEN value IS 29 (11.72% from 255) = 8.53%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=62.35%
G=8.53%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212299900.860.530.17337.0575.9347.25
HexD41D6305635111514c2f
Octal324351430126652152111457
Binary1101010011101110001101010110110101100011010100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41D63; }

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

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

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

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

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

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

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

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