#DD639B

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

Shades of Pale Violet Red #DD639B

Tints of Pale Violet Red #DD639B

Color information

#DD639B (or 0xDD639B) is unknown color: approx Pale Violet Red. HEX triplet: DD, 63 and 9B. RGB value is (221,99,155). Sum of RGB (Red+Green+Blue) = 221+99+155=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD639B is #229C64. Grayscale: #8D8D8D. Windows color (decimal): -2268261 or 10183645. OLE color: 10183645.

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

Color convert

RGB22199155-
CMYK00.550.300.13
HSL332.46º64.21%62.75%-
HSV(B)332.46º55.2%86.67%-
XYZ40.226.6634.04-
YUV141.86135.42184.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=46.53%
G=20.84%
B=32.63%

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
Decimal2219915500.550.300.13332.4664.2162.75
HexDD639B0371ED14c403f
Octal335143233067361551410077
Binary1101110111000111001101101101111111011011010011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD639B; }

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

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

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

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

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

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

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

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