#D41D64

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

Shades of Ruby #D41D64

Tints of Ruby #D41D64

Color information

#D41D64 (or 0xD41D64) is unknown color: approx Ruby. HEX triplet: D4, 1D and 64. RGB value is (212,29,100). Sum of RGB (Red+Green+Blue) = 212+29+100=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D64 is #2BE29B. Grayscale: #5B5B5B. Windows color (decimal): -2876060 or 6561236. OLE color: 6561236.

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

Color convert

RGB21229100-
CMYK00.860.530.17
HSL336.72º75.93%47.25%-
HSV(B)336.72º86.32%83.14%-
XYZ29.8915.813.53-
YUV91.81132.63213.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.17%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=62.17%
G=8.50%
B=29.33%

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
Decimal2122910000.860.530.17336.7275.9347.25
HexD41D6405635111514c2f
Octal324351440126652152111457
Binary1101010011101110010001010110110101100011010100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41D64; }

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

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

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

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

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

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

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

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