#DD649D

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

Shades of Pale Violet Red #DD649D

Tints of Pale Violet Red #DD649D

Color information

#DD649D (or 0xDD649D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 64 and 9D. RGB value is (221,100,157). Sum of RGB (Red+Green+Blue) = 221+100+157=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD649D is #229B62. Grayscale: #8E8E8E. Windows color (decimal): -2268003 or 10314973. OLE color: 10314973.

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

Color convert

RGB221100157-
CMYK00.550.290.13
HSL331.74º64.02%62.94%-
HSV(B)331.74º54.75%86.67%-
XYZ40.4626.9234.96-
YUV142.68136.09183.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=46.23%
G=20.92%
B=32.85%

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
Decimal22110015700.550.290.13331.7464.0262.94
HexDD649D0371DD14c403f
Octal335144235067351551410077
Binary1101110111001001001110101101111110111011010011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD649D; }

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

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

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

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

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

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

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

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