#DD076B

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

Shades of Ruby #DD076B

Tints of Ruby #DD076B

Color information

#DD076B (or 0xDD076B) is unknown color: approx Ruby. HEX triplet: DD, 07 and 6B. RGB value is (221,7,107). Sum of RGB (Red+Green+Blue) = 221+7+107=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD076B is #22F894. Grayscale: #525252. Windows color (decimal): -2291861 or 7014365. OLE color: 7014365.

HSL color Cylindrical-coordinate representation of color #DD076B: hue angle of 331.96º degrees, saturation: 0.94, 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 #DD076B is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB2217107-
CMYK00.970.520.13
HSL331.96º93.86%44.71%-
HSV(B)331.96º96.83%86.67%-
XYZ32.5516.5915.4-
YUV82.39141.9226.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.97%
GREEN value IS 7 (3.12% from 255) = 2.09%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=65.97%
G=2.09%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221710700.970.520.13331.9693.8644.71
HexDD76B06134D14c5e2d
Octal33571530141641551413655
Binary1101110111111010110110000111010011011010011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD076B; }

 p { color: rgb(221,7,107); }

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

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

 a { background-color: rgb(221,7,107); }

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

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

 span { border-color: rgb(221,7,107); }

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