#DF6596

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

Shades of Pale Violet Red #DF6596

Tints of Pale Violet Red #DF6596

Color information

#DF6596 (or 0xDF6596) is unknown color: approx Pale Violet Red. HEX triplet: DF, 65 and 96. RGB value is (223,101,150). Sum of RGB (Red+Green+Blue) = 223+101+150=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6596 is #209A69. Grayscale: #8E8E8E. Windows color (decimal): -2136682 or 9856479. OLE color: 9856479.

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

Color convert

RGB223101150-
CMYK00.550.330.13
HSL335.9º65.59%63.53%-
HSV(B)335.9º54.71%87.45%-
XYZ40.5927.231.96-
YUV143.06131.92185.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.05%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=47.05%
G=21.31%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310115000.550.330.13335.965.5963.53
HexDF659603721D1504240
Octal3371452260674115520102100
Binary110111111100101100101100110111100001110110101000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6596; }

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

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

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

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

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

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

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

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