#DD649C

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

Shades of Pale Violet Red #DD649C

Tints of Pale Violet Red #DD649C

Color information

#DD649C (or 0xDD649C) is unknown color: approx Pale Violet Red. HEX triplet: DD, 64 and 9C. RGB value is (221,100,156). Sum of RGB (Red+Green+Blue) = 221+100+156=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD649C is #229B63. Grayscale: #8E8E8E. Windows color (decimal): -2268004 or 10249437. OLE color: 10249437.

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

Color convert

RGB221100156-
CMYK00.550.290.13
HSL332.23º64.02%62.94%-
HSV(B)332.23º54.75%86.67%-
XYZ40.3826.8934.51-
YUV142.56135.59183.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=46.33%
G=20.96%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110015600.550.290.13332.2364.0262.94
HexDD649C0371DD14c403f
Octal335144234067351551410077
Binary1101110111001001001110001101111110111011010011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD649C; }

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

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

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

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

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

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

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

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