#D41D65

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

Shades of Ruby #D41D65

Tints of Ruby #D41D65

Color information

#D41D65 (or 0xD41D65) is unknown color: approx Ruby. HEX triplet: D4, 1D and 65. RGB value is (212,29,101). Sum of RGB (Red+Green+Blue) = 212+29+101=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D65 is #2BE29A. Grayscale: #5B5B5B. Windows color (decimal): -2876059 or 6626772. OLE color: 6626772.

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

Color convert

RGB21229101-
CMYK00.860.520.17
HSL336.39º75.93%47.25%-
HSV(B)336.39º86.32%83.14%-
XYZ29.9415.8213.79-
YUV91.92133.13213.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.99%
GREEN value IS 29 (11.72% from 255) = 8.48%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=61.99%
G=8.48%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122910100.860.520.17336.3975.9347.25
HexD41D6505634111504c2f
Octal324351450126642152011457
Binary1101010011101110010101010110110100100011010100001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41D65; }

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

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

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

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

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

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

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

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