#DD7299

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

Shades of Pale Violet Red #DD7299

Tints of Pale Violet Red #DD7299

Color information

#DD7299 (or 0xDD7299) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and 99. RGB value is (221,114,153). Sum of RGB (Red+Green+Blue) = 221+114+153=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7299 is #228D66. Grayscale: #969696. Windows color (decimal): -2264423 or 10056413. OLE color: 10056413.

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

Color convert

RGB221114153-
CMYK00.480.310.13
HSL338.13º61.14%65.69%-
HSV(B)338.13º48.42%86.67%-
XYZ41.5929.7133.68-
YUV150.44129.45178.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=45.29%
G=23.36%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111415300.480.310.13338.1361.1465.69
HexDD72990301FD1523d42
Octal335162231060371552275102
Binary1101110111100101001100101100001111111011010100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7299; }

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

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

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

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

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

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

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

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