#DD688C

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

Shades of Pale Violet Red #DD688C

Tints of Pale Violet Red #DD688C

Color information

#DD688C (or 0xDD688C) is unknown color: approx Pale Violet Red. HEX triplet: DD, 68 and 8C. RGB value is (221,104,140). Sum of RGB (Red+Green+Blue) = 221+104+140=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD688C is #229773. Grayscale: #8F8F8F. Windows color (decimal): -2266996 or 9201885. OLE color: 9201885.

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

Color convert

RGB221104140-
CMYK00.530.370.13
HSL341.54º63.24%63.73%-
HSV(B)341.54º52.94%86.67%-
XYZ39.527.1727.97-
YUV143.09126.26183.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=47.53%
G=22.37%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110414000.530.370.13341.5463.2463.73
HexDD688C03525D1563f40
Octal335150214065451552677100
Binary11011101110100010001100011010110010111011010101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD688C; }

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

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

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

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

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

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

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

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