#DD77AC

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

Shades of Pale Violet Red #DD77AC

Tints of Pale Violet Red #DD77AC

Color information

#DD77AC (or 0xDD77AC) is unknown color: approx Pale Violet Red. HEX triplet: DD, 77 and AC. RGB value is (221,119,172). Sum of RGB (Red+Green+Blue) = 221+119+172=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77AC is #228853. Grayscale: #9B9B9B. Windows color (decimal): -2263124 or 11302877. OLE color: 11302877.

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

Color convert

RGB221119172-
CMYK00.460.220.13
HSL328.82º60%66.67%-
HSV(B)328.82º46.15%86.67%-
XYZ43.8631.5442.81-
YUV155.54137.29174.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=43.16%
G=23.24%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111917200.460.220.13328.826066.67
HexDD77AC02E16D1493c43
Octal335167254056261551174103
Binary1101110111101111010110001011101011011011010010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77AC; }

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

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

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

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

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

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

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

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