#DD64A0

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

Shades of Pale Violet Red #DD64A0

Tints of Pale Violet Red #DD64A0

Color information

#DD64A0 (or 0xDD64A0) is unknown color: approx Pale Violet Red. HEX triplet: DD, 64 and A0. RGB value is (221,100,160). Sum of RGB (Red+Green+Blue) = 221+100+160=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD64A0 is #229B5F. Grayscale: #8E8E8E. Windows color (decimal): -2268000 or 10511581. OLE color: 10511581.

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

Color convert

RGB221100160-
CMYK00.550.280.13
HSL330.25º64.02%62.94%-
HSV(B)330.25º54.75%86.67%-
XYZ40.7227.0236.33-
YUV143.02137.59183.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=45.95%
G=20.79%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110016000.550.280.13330.2564.0262.94
HexDD64A00371CD14a403f
Octal335144240067341551210077
Binary1101110111001001010000001101111110011011010010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD64A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD64A0; }

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

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

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

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

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

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

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

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