#DF7090

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

Shades of Pale Violet Red #DF7090

Tints of Pale Violet Red #DF7090

Color information

#DF7090 (or 0xDF7090) is unknown color: approx Pale Violet Red. HEX triplet: DF, 70 and 90. RGB value is (223,112,144). Sum of RGB (Red+Green+Blue) = 223+112+144=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7090 is #208F6F. Grayscale: #949494. Windows color (decimal): -2133872 or 9466079. OLE color: 9466079.

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

Color convert

RGB223112144-
CMYK00.500.350.13
HSL342.7º63.43%65.69%-
HSV(B)342.7º49.78%87.45%-
XYZ41.2629.2929.86-
YUV148.84125.27180.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=46.56%
G=23.38%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311214400.500.350.13342.763.4365.69
HexDF709003223D1573f42
Octal337160220062431552777102
Binary11011111111000010010000011001010001111011010101111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7090; }

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

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

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

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

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

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

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

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