#dd699c

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

Shades of Pale Violet Red #DD699C

Tints of Pale Violet Red #DD699C

Color information

#DD699C (or 0xDD699C) is unknown color: approx Pale Violet Red. HEX triplet: DD, 69 and 9C. RGB value is (221,105,156). Sum of RGB (Red+Green+Blue) = 221+105+156=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD699C is #229663. Grayscale: #919191. Windows color (decimal): -2266724 or 10250717. OLE color: 10250717.

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

Color convert

RGB221105156-
CMYK00.520.290.13
HSL333.62º63.04%63.92%-
HSV(B)333.62º52.49%86.67%-
XYZ40.8727.8834.68-
YUV145.5133.93181.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=45.85%
G=21.78%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110515600.520.290.13333.6263.0463.92
HexDD699C0341DD14e3f40
Octal335151234064351551677100
Binary1101110111010011001110001101001110111011010011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd699c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd699c; }

 p { color: rgb(221,105,156); }

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

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

 a { background-color: rgb(221,105,156); }

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

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

 span { border-color: rgb(221,105,156); }

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