#DD7A99

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

Shades of Pale Violet Red #DD7A99

Tints of Pale Violet Red #DD7A99

Color information

#DD7A99 (or 0xDD7A99) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7A and 99. RGB value is (221,122,153). Sum of RGB (Red+Green+Blue) = 221+122+153=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A99 is #228566. Grayscale: #9B9B9B. Windows color (decimal): -2262375 or 10058461. OLE color: 10058461.

HSL color Cylindrical-coordinate representation of color #DD7A99: hue angle of 341.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7A99 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221122153-
CMYK00.450.310.13
HSL341.21º59.28%67.25%-
HSV(B)341.21º44.8%86.67%-
XYZ42.5331.5933.99-
YUV155.14126.8174.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=44.56%
G=24.60%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112215300.450.310.13341.2159.2867.25
HexDD7A9902D1FD1553b43
Octal335172231055371552573103
Binary1101110111110101001100101011011111111011010101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A99; }

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

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

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

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

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

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

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

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