#DD63A4

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

Shades of Pale Violet Red #DD63A4

Tints of Pale Violet Red #DD63A4

Color information

#DD63A4 (or 0xDD63A4) is unknown color: approx Pale Violet Red. HEX triplet: DD, 63 and A4. RGB value is (221,99,164). Sum of RGB (Red+Green+Blue) = 221+99+164=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63A4 is #229C5B. Grayscale: #8E8E8E. Windows color (decimal): -2268252 or 10773469. OLE color: 10773469.

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

Color convert

RGB22199164-
CMYK00.550.260.13
HSL328.03º64.21%62.75%-
HSV(B)328.03º55.2%86.67%-
XYZ40.9826.9838.17-
YUV142.89139.92183.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=45.66%
G=20.45%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219916400.550.260.13328.0364.2162.75
HexDD63A40371AD148403f
Octal335143244067321551010077
Binary1101110111000111010010001101111101011011010010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD63A4; }

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

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

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

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

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

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

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

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