#DD0672

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

Shades of Ruby #DD0672

Tints of Ruby #DD0672

Color information

#DD0672 (or 0xDD0672) is unknown color: approx Ruby. HEX triplet: DD, 06 and 72. RGB value is (221,6,114). Sum of RGB (Red+Green+Blue) = 221+6+114=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0672 is #22F98D. Grayscale: #525252. Windows color (decimal): -2292110 or 7472861. OLE color: 7472861.

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

Color convert

RGB2216114-
CMYK00.970.480.13
HSL329.86º94.71%44.51%-
HSV(B)329.86º97.29%86.67%-
XYZ32.9216.7217.41-
YUV82.6145.73226.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.81%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=64.81%
G=1.76%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221611400.970.480.13329.8694.7144.51
HexDD67206130D14a5f2d
Octal33561620141601551213755
Binary1101110111011100100110000111000011011010010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0672; }

 p { color: rgb(221,6,114); }

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

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

 a { background-color: rgb(221,6,114); }

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

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

 span { border-color: rgb(221,6,114); }

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