#DD659F

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

Shades of Pale Violet Red #DD659F

Tints of Pale Violet Red #DD659F

Color information

#DD659F (or 0xDD659F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 65 and 9F. RGB value is (221,101,159). Sum of RGB (Red+Green+Blue) = 221+101+159=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD659F is #229A60. Grayscale: #8F8F8F. Windows color (decimal): -2267745 or 10446301. OLE color: 10446301.

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

Color convert

RGB221101159-
CMYK00.540.280.13
HSL331º63.83%63.14%-
HSV(B)331º54.3%86.67%-
XYZ40.7327.1835.9-
YUV143.49136.76183.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=45.95%
G=21.00%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110115900.540.280.1333163.8363.14
HexDD659F0361CD14b403f
Octal335145237066341551310077
Binary1101110111001011001111101101101110011011010010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD659F; }

 p { color: rgb(221,101,159); }

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

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

 a { background-color: rgb(221,101,159); }

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

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

 span { border-color: rgb(221,101,159); }

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