#DD649B

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

Shades of Pale Violet Red #DD649B

Tints of Pale Violet Red #DD649B

Color information

#DD649B (or 0xDD649B) is unknown color: approx Pale Violet Red. HEX triplet: DD, 64 and 9B. RGB value is (221,100,155). Sum of RGB (Red+Green+Blue) = 221+100+155=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD649B is #229B64. Grayscale: #8E8E8E. Windows color (decimal): -2268005 or 10183901. OLE color: 10183901.

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

Color convert

RGB221100155-
CMYK00.550.300.13
HSL332.73º64.02%62.94%-
HSV(B)332.73º54.75%86.67%-
XYZ40.2926.8534.07-
YUV142.45135.09184.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=46.43%
G=21.01%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110015500.550.300.13332.7364.0262.94
HexDD649B0371ED14d403f
Octal335144233067361551510077
Binary1101110111001001001101101101111111011011010011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD649B; }

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

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

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

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

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

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

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

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