#DF76A0

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

Shades of Pale Violet Red #DF76A0

Tints of Pale Violet Red #DF76A0

Color information

#DF76A0 (or 0xDF76A0) is unknown color: approx Pale Violet Red. HEX triplet: DF, 76 and A0. RGB value is (223,118,160). Sum of RGB (Red+Green+Blue) = 223+118+160=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF76A0 is #20895F. Grayscale: #9A9A9A. Windows color (decimal): -2132320 or 10516191. OLE color: 10516191.

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

Color convert

RGB223118160-
CMYK00.470.280.13
HSL336º62.13%66.86%-
HSV(B)336º47.09%87.45%-
XYZ43.2631.1837-
YUV154.18131.29177.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=44.51%
G=23.55%
B=31.94%

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
Decimal22311816000.470.280.1333662.1366.86
HexDF76A002F1CD1503e43
Octal337166240057341552076103
Binary1101111111101101010000001011111110011011010100001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF76A0; }

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

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

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

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

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

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

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

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