#DF6099

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

Shades of Pale Violet Red #DF6099

Tints of Pale Violet Red #DF6099

Color information

#DF6099 (or 0xDF6099) is unknown color: approx Pale Violet Red. HEX triplet: DF, 60 and 99. RGB value is (223,96,153). Sum of RGB (Red+Green+Blue) = 223+96+153=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6099 is #209F66. Grayscale: #8C8C8C. Windows color (decimal): -2137959 or 10051807. OLE color: 10051807.

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

Color convert

RGB22396153-
CMYK00.570.310.13
HSL333.07º66.49%62.55%-
HSV(B)333.07º56.95%87.45%-
XYZ40.3626.3533.1-
YUV140.47135.08186.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=47.25%
G=20.34%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239615300.570.310.13333.0766.4962.55
HexDF60990391FD14d423f
Octal337140231071371551510277
Binary1101111111000001001100101110011111111011010011011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6099; }

 p { color: rgb(223,96,153); }

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

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

 a { background-color: rgb(223,96,153); }

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

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

 span { border-color: rgb(223,96,153); }

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