#DD76A0

Color #DD76A0 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DD76A0

Tints of Pale Violet Red #DD76A0

Color information

#DD76A0 (or 0xDD76A0) is unknown color: approx Pale Violet Red. HEX triplet: DD, 76 and A0. RGB value is (221,118,160). Sum of RGB (Red+Green+Blue) = 221+118+160=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76A0 is #22895F. Grayscale: #999999. Windows color (decimal): -2263392 or 10516189. OLE color: 10516189.

HSL color Cylindrical-coordinate representation of color #DD76A0: hue angle of 335.53º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76A0 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221118160-
CMYK00.470.280.13
HSL335.53º60.23%66.47%-
HSV(B)335.53º46.61%86.67%-
XYZ42.6430.8736.97-
YUV153.58131.62176.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=44.29%
G=23.65%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111816000.470.280.13335.5360.2366.47
HexDD76A002F1CD1503c42
Octal335166240057341552074102
Binary1101110111101101010000001011111110011011010100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76A0; }

 p { color: rgb(221,118,160); }

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

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

 a { background-color: rgb(221,118,160); }

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

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

 span { border-color: rgb(221,118,160); }

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