#DD72A2

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

Shades of Pale Violet Red #DD72A2

Tints of Pale Violet Red #DD72A2

Color information

#DD72A2 (or 0xDD72A2) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and A2. RGB value is (221,114,162). Sum of RGB (Red+Green+Blue) = 221+114+162=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72A2 is #228D5D. Grayscale: #979797. Windows color (decimal): -2264414 or 10646237. OLE color: 10646237.

HSL color Cylindrical-coordinate representation of color #DD72A2: hue angle of 333.08º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD72A2 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221114162-
CMYK00.480.270.13
HSL333.08º61.14%65.69%-
HSV(B)333.08º48.42%86.67%-
XYZ42.3630.0237.74-
YUV151.46133.95177.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=44.47%
G=22.94%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111416200.480.270.13333.0861.1465.69
HexDD72A20301BD14d3d42
Octal335162242060331551575102
Binary1101110111100101010001001100001101111011010011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72A2; }

 p { color: rgb(221,114,162); }

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

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

 a { background-color: rgb(221,114,162); }

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

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

 span { border-color: rgb(221,114,162); }

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