#DD659D

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

Shades of Pale Violet Red #DD659D

Tints of Pale Violet Red #DD659D

Color information

#DD659D (or 0xDD659D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 65 and 9D. RGB value is (221,101,157). Sum of RGB (Red+Green+Blue) = 221+101+157=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD659D is #229A62. Grayscale: #8F8F8F. Windows color (decimal): -2267747 or 10315229. OLE color: 10315229.

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

Color convert

RGB221101157-
CMYK00.540.290.13
HSL332º63.83%63.14%-
HSV(B)332º54.3%86.67%-
XYZ40.5627.1134.99-
YUV143.26135.76183.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=46.14%
G=21.09%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110115700.540.290.1333263.8363.14
HexDD659D0361DD14c403f
Octal335145235066351551410077
Binary1101110111001011001110101101101110111011010011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD659D; }

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

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

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

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

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

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

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

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