#DD689B

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

Shades of Pale Violet Red #DD689B

Tints of Pale Violet Red #DD689B

Color information

#DD689B (or 0xDD689B) is unknown color: approx Pale Violet Red. HEX triplet: DD, 68 and 9B. RGB value is (221,104,155). Sum of RGB (Red+Green+Blue) = 221+104+155=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD689B is #229764. Grayscale: #909090. Windows color (decimal): -2266981 or 10184925. OLE color: 10184925.

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

Color convert

RGB221104155-
CMYK00.530.300.13
HSL333.85º63.24%63.73%-
HSV(B)333.85º52.94%86.67%-
XYZ40.6927.6434.2-
YUV144.8133.76182.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=46.04%
G=21.67%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110415500.530.300.13333.8563.2463.73
HexDD689B0351ED14e3f40
Octal335150233065361551677100
Binary1101110111010001001101101101011111011011010011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD689B; }

 p { color: rgb(221,104,155); }

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

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

 a { background-color: rgb(221,104,155); }

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

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

 span { border-color: rgb(221,104,155); }

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