#DD5F99

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

Shades of Pale Violet Red #DD5F99

Tints of Pale Violet Red #DD5F99

Color information

#DD5F99 (or 0xDD5F99) is unknown color: approx Pale Violet Red. HEX triplet: DD, 5F and 99. RGB value is (221,95,153). Sum of RGB (Red+Green+Blue) = 221+95+153=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F99 is #22A066. Grayscale: #8B8B8B. Windows color (decimal): -2269287 or 10051549. OLE color: 10051549.

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

Color convert

RGB22195153-
CMYK00.570.310.13
HSL332.38º64.95%61.96%-
HSV(B)332.38º57.01%86.67%-
XYZ39.6625.8633.04-
YUV139.29135.74186.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=47.12%
G=20.26%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219515300.570.310.13332.3864.9561.96
HexDD5F990391FD14c413e
Octal335137231071371551410176
Binary1101110110111111001100101110011111111011010011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F99; }

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

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

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

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

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

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

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

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