#DD0077

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

Shades of Ruby #DD0077

Tints of Ruby #DD0077

Color information

#DD0077 (or 0xDD0077) is unknown color: approx Ruby. HEX triplet: DD, 00 and 77. RGB value is (221,0,119). Sum of RGB (Red+Green+Blue) = 221+0+119=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0077 is #22FF88. Grayscale: #4F4F4F. Windows color (decimal): -2293641 or 7799005. OLE color: 7799005.

HSL color Cylindrical-coordinate representation of color #DD0077: hue angle of 327.69º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0077 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB2210119-
CMYK010.460.13
HSL327.69º100%43.33%-
HSV(B)327.69º100%86.67%-
XYZ33.1516.718.93-
YUV79.64150.22228.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 35%
R=65%
G=0%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210119010.460.13327.6910043.33
HexDD0770642ED148642b
Octal33501670144561551014453
Binary11011101011101110110010010111011011010010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0077; }

 p { color: rgb(221,0,119); }

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

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

 a { background-color: rgb(221,0,119); }

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

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

 span { border-color: rgb(221,0,119); }

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