#DF77AA

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

Shades of Pale Violet Red #DF77AA

Tints of Pale Violet Red #DF77AA

Color information

#DF77AA (or 0xDF77AA) is unknown color: approx Pale Violet Red. HEX triplet: DF, 77 and AA. RGB value is (223,119,170). Sum of RGB (Red+Green+Blue) = 223+119+170=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77AA is #208855. Grayscale: #9B9B9B. Windows color (decimal): -2132054 or 11171807. OLE color: 11171807.

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

Color convert

RGB223119170-
CMYK00.470.240.13
HSL330.58º61.9%67.06%-
HSV(B)330.58º46.64%87.45%-
XYZ44.2831.7841.83-
YUV155.91135.96175.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=43.55%
G=23.24%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311917000.470.240.13330.5861.967.06
HexDF77AA02F18D14b3e43
Octal337167252057301551376103
Binary1101111111101111010101001011111100011011010010111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF77AA; }

 p { color: rgb(223,119,170); }

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

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

 a { background-color: rgb(223,119,170); }

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

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

 span { border-color: rgb(223,119,170); }

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