#DD62A4

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

Shades of Pale Violet Red #DD62A4

Tints of Pale Violet Red #DD62A4

Color information

#DD62A4 (or 0xDD62A4) is unknown color: approx Pale Violet Red. HEX triplet: DD, 62 and A4. RGB value is (221,98,164). Sum of RGB (Red+Green+Blue) = 221+98+164=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62A4 is #229D5B. Grayscale: #8E8E8E. Windows color (decimal): -2268508 or 10773213. OLE color: 10773213.

HSL color Cylindrical-coordinate representation of color #DD62A4: hue angle of 327.8º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62A4 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22198164-
CMYK00.560.260.13
HSL327.8º64.4%62.55%-
HSV(B)327.8º55.66%86.67%-
XYZ40.8926.7938.14-
YUV142.3140.25184.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=45.76%
G=20.29%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219816400.560.260.13327.864.462.55
HexDD62A40381AD148403f
Octal335142244070321551010077
Binary1101110111000101010010001110001101011011010010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62A4; }

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

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

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

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

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

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

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

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