#DF709C

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

Shades of Pale Violet Red #DF709C

Tints of Pale Violet Red #DF709C

Color information

#DF709C (or 0xDF709C) is unknown color: approx Pale Violet Red. HEX triplet: DF, 70 and 9C. RGB value is (223,112,156). Sum of RGB (Red+Green+Blue) = 223+112+156=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF709C is #208F63. Grayscale: #969696. Windows color (decimal): -2133860 or 10252511. OLE color: 10252511.

HSL color Cylindrical-coordinate representation of color #DF709C: hue angle of 336.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF709C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223112156-
CMYK00.500.300.13
HSL336.22º63.43%65.69%-
HSV(B)336.22º49.78%87.45%-
XYZ42.2329.6834.96-
YUV150.2131.27179.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=45.42%
G=22.81%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311215600.500.300.13336.2263.4365.69
HexDF709C0321ED1503f42
Octal337160234062361552077102
Binary1101111111100001001110001100101111011011010100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF709C; }

 p { color: rgb(223,112,156); }

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

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

 a { background-color: rgb(223,112,156); }

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

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

 span { border-color: rgb(223,112,156); }

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