#DD72AA

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

Shades of Pale Violet Red #DD72AA

Tints of Pale Violet Red #DD72AA

Color information

#DD72AA (or 0xDD72AA) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and AA. RGB value is (221,114,170). Sum of RGB (Red+Green+Blue) = 221+114+170=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72AA is #228D55. Grayscale: #989898. Windows color (decimal): -2264406 or 11170525. OLE color: 11170525.

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

Color convert

RGB221114170-
CMYK00.480.230.13
HSL328.6º61.14%65.69%-
HSV(B)328.6º48.42%86.67%-
XYZ43.0930.3141.61-
YUV152.38137.95176.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 114 (44.92% from 255) = 22.57%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=43.76%
G=22.57%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111417000.480.230.13328.661.1465.69
HexDD72AA03017D1493d42
Octal335162252060271551175102
Binary1101110111100101010101001100001011111011010010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72AA; }

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

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

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

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

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

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

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

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