#DD78A1

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

Shades of Pale Violet Red #DD78A1

Tints of Pale Violet Red #DD78A1

Color information

#DD78A1 (or 0xDD78A1) is unknown color: approx Pale Violet Red. HEX triplet: DD, 78 and A1. RGB value is (221,120,161). Sum of RGB (Red+Green+Blue) = 221+120+161=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78A1 is #22875E. Grayscale: #9A9A9A. Windows color (decimal): -2262879 or 10582237. OLE color: 10582237.

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

Color convert

RGB221120161-
CMYK00.460.270.13
HSL335.64º59.76%66.86%-
HSV(B)335.64º45.7%86.67%-
XYZ42.9731.3837.51-
YUV154.87131.46175.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 120 (47.27% from 255) = 23.90%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=44.02%
G=23.90%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112016100.460.270.13335.6459.7666.86
HexDD78A102E1BD1503c43
Octal335170241056331552074103
Binary1101110111110001010000101011101101111011010100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78A1; }

 p { color: rgb(221,120,161); }

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

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

 a { background-color: rgb(221,120,161); }

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

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

 span { border-color: rgb(221,120,161); }

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