#DD5F96

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

Shades of Pale Violet Red #DD5F96

Tints of Pale Violet Red #DD5F96

Color information

#DD5F96 (or 0xDD5F96) is unknown color: approx Pale Violet Red. HEX triplet: DD, 5F and 96. RGB value is (221,95,150). Sum of RGB (Red+Green+Blue) = 221+95+150=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F96 is #22A069. Grayscale: #8A8A8A. Windows color (decimal): -2269290 or 9854941. OLE color: 9854941.

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

Color convert

RGB22195150-
CMYK00.570.320.13
HSL333.81º64.95%61.96%-
HSV(B)333.81º57.01%86.67%-
XYZ39.4225.7631.75-
YUV138.94134.24186.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=47.42%
G=20.39%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219515000.570.320.13333.8164.9561.96
HexDD5F9603920D14e413e
Octal335137226071401551610176
Binary11011101101111110010110011100110000011011010011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F96; }

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

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

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

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

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

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

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

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