#DD5F9C

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

Shades of Pale Violet Red #DD5F9C

Tints of Pale Violet Red #DD5F9C

Color information

#DD5F9C (or 0xDD5F9C) is unknown color: approx Pale Violet Red. HEX triplet: DD, 5F and 9C. RGB value is (221,95,156). Sum of RGB (Red+Green+Blue) = 221+95+156=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F9C is #22A063. Grayscale: #8B8B8B. Windows color (decimal): -2269284 or 10248157. OLE color: 10248157.

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

Color convert

RGB22195156-
CMYK00.570.290.13
HSL330.95º64.95%61.96%-
HSV(B)330.95º57.01%86.67%-
XYZ39.9125.9634.36-
YUV139.63137.24186.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=46.82%
G=20.13%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219515600.570.290.13330.9564.9561.96
HexDD5F9C0391DD14b413e
Octal335137234071351551310176
Binary1101110110111111001110001110011110111011010010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F9C; }

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

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

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

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

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

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

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

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