#D01D55

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

Shades of Ruby #D01D55

Tints of Ruby #D01D55

Color information

#D01D55 (or 0xD01D55) is unknown color: approx Ruby. HEX triplet: D0, 1D and 55. RGB value is (208,29,85). Sum of RGB (Red+Green+Blue) = 208+29+85=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D55 is #2FE2AA. Grayscale: #585858. Windows color (decimal): -3138219 or 5578192. OLE color: 5578192.

HSL color Cylindrical-coordinate representation of color #D01D55: hue angle of 341.23º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D55 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2082985-
CMYK00.860.590.18
HSL341.23º75.53%46.47%-
HSV(B)341.23º86.06%81.57%-
XYZ28.0914.9410-
YUV88.9125.8212.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64.60%
GREEN value IS 29 (11.72% from 255) = 9.01%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=64.60%
G=9.01%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208298500.860.590.18341.2375.5346.47
HexD01D550563B121554c2e
Octal320351250126732252511456
Binary1101000011101101010101010110111011100101010101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D55; }

 p { color: rgb(208,29,85); }

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

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

 a { background-color: rgb(208,29,85); }

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

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

 span { border-color: rgb(208,29,85); }

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