#DF6591

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

Shades of Pale Violet Red #DF6591

Tints of Pale Violet Red #DF6591

Color information

#DF6591 (or 0xDF6591) is unknown color: approx Pale Violet Red. HEX triplet: DF, 65 and 91. RGB value is (223,101,145). Sum of RGB (Red+Green+Blue) = 223+101+145=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6591 is #209A6E. Grayscale: #8E8E8E. Windows color (decimal): -2136687 or 9528799. OLE color: 9528799.

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

Color convert

RGB223101145-
CMYK00.550.350.13
HSL338.36º65.59%63.53%-
HSV(B)338.36º54.71%87.45%-
XYZ40.227.0429.89-
YUV142.49129.42185.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 145 (57.03% from 255) = 30.92%
R=47.55%
G=21.54%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310114500.550.350.13338.3665.5963.53
HexDF659103723D1524240
Octal3371452210674315522102100
Binary110111111100101100100010110111100011110110101001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6591; }

 p { color: rgb(223,101,145); }

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

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

 a { background-color: rgb(223,101,145); }

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

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

 span { border-color: rgb(223,101,145); }

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