#DD76AC

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

Shades of Pale Violet Red #DD76AC

Tints of Pale Violet Red #DD76AC

Color information

#DD76AC (or 0xDD76AC) is unknown color: approx Pale Violet Red. HEX triplet: DD, 76 and AC. RGB value is (221,118,172). Sum of RGB (Red+Green+Blue) = 221+118+172=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76AC is #228953. Grayscale: #9A9A9A. Windows color (decimal): -2263380 or 11302621. OLE color: 11302621.

HSL color Cylindrical-coordinate representation of color #DD76AC: hue angle of 328.54º 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 #DD76AC is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221118172-
CMYK00.470.220.13
HSL328.54º60.23%66.47%-
HSV(B)328.54º46.61%86.67%-
XYZ43.7431.3142.77-
YUV154.95137.62175.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=43.25%
G=23.09%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111817200.470.220.13328.5460.2366.47
HexDD76AC02F16D1493c42
Octal335166254057261551174102
Binary1101110111101101010110001011111011011011010010011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76AC; }

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

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

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

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

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

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

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

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