#DD688D

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

Shades of Pale Violet Red #DD688D

Tints of Pale Violet Red #DD688D

Color information

#DD688D (or 0xDD688D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 68 and 8D. RGB value is (221,104,141). Sum of RGB (Red+Green+Blue) = 221+104+141=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD688D is #229772. Grayscale: #8F8F8F. Windows color (decimal): -2266995 or 9267421. OLE color: 9267421.

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

Color convert

RGB221104141-
CMYK00.530.360.13
HSL341.03º63.24%63.73%-
HSV(B)341.03º52.94%86.67%-
XYZ39.5827.228.36-
YUV143.2126.76183.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=47.42%
G=22.32%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110414100.530.360.13341.0363.2463.73
HexDD688D03524D1553f40
Octal335150215065441552577100
Binary11011101110100010001101011010110010011011010101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD688D; }

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

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

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

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

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

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

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

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