#DD689E

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

Shades of Pale Violet Red #DD689E

Tints of Pale Violet Red #DD689E

Color information

#DD689E (or 0xDD689E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 68 and 9E. RGB value is (221,104,158). Sum of RGB (Red+Green+Blue) = 221+104+158=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD689E is #229761. Grayscale: #919191. Windows color (decimal): -2266978 or 10381533. OLE color: 10381533.

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

Color convert

RGB221104158-
CMYK00.530.290.13
HSL332.31º63.24%63.73%-
HSV(B)332.31º52.94%86.67%-
XYZ40.9427.7435.54-
YUV145.14135.26182.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 158 (62.11% from 255) = 32.71%
R=45.76%
G=21.53%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110415800.530.290.13332.3163.2463.73
HexDD689E0351DD14c3f40
Octal335150236065351551477100
Binary1101110111010001001111001101011110111011010011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD689E; }

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

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

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

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

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

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

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

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