#DD0470

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

Shades of Ruby #DD0470

Tints of Ruby #DD0470

Color information

#DD0470 (or 0xDD0470) is unknown color: approx Ruby. HEX triplet: DD, 04 and 70. RGB value is (221,4,112). Sum of RGB (Red+Green+Blue) = 221+4+112=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0470 is #22FB8F. Grayscale: #505050. Windows color (decimal): -2292624 or 7341277. OLE color: 7341277.

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

Color convert

RGB2214112-
CMYK00.980.490.13
HSL330.14º96.44%44.12%-
HSV(B)330.14º98.19%86.67%-
XYZ32.7916.6316.81-
YUV81.19145.39227.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.58%
GREEN value IS 4 (1.95% from 255) = 1.19%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=65.58%
G=1.19%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221411200.980.490.13330.1496.4444.12
HexDD47006231D14a602c
Octal33541600142611551214054
Binary1101110110011100000110001011000111011010010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0470; }

 p { color: rgb(221,4,112); }

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

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

 a { background-color: rgb(221,4,112); }

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

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

 span { border-color: rgb(221,4,112); }

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