#DD0371

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

Shades of Ruby #DD0371

Tints of Ruby #DD0371

Color information

#DD0371 (or 0xDD0371) is unknown color: approx Ruby. HEX triplet: DD, 03 and 71. RGB value is (221,3,113). Sum of RGB (Red+Green+Blue) = 221+3+113=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0371 is #22FC8E. Grayscale: #505050. Windows color (decimal): -2292879 or 7406557. OLE color: 7406557.

HSL color Cylindrical-coordinate representation of color #DD0371: hue angle of 329.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0371 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB2213113-
CMYK00.990.490.13
HSL329.72º97.32%43.92%-
HSV(B)329.72º98.64%86.67%-
XYZ32.8316.6317.1-
YUV80.72146.22228.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.58%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=65.58%
G=0.89%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221311300.990.490.13329.7297.3243.92
HexDD37106331D14a612c
Octal33531610143611551214154
Binary110111011111100010110001111000111011010010101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0371; }

 p { color: rgb(221,3,113); }

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

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

 a { background-color: rgb(221,3,113); }

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

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

 span { border-color: rgb(221,3,113); }

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