#DD5C9D

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

Shades of Pale Violet Red #DD5C9D

Tints of Pale Violet Red #DD5C9D

Color information

#DD5C9D (or 0xDD5C9D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 5C and 9D. RGB value is (221,92,157). Sum of RGB (Red+Green+Blue) = 221+92+157=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C9D is #22A362. Grayscale: #898989. Windows color (decimal): -2270051 or 10312925. OLE color: 10312925.

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

Color convert

RGB22192157-
CMYK00.580.290.13
HSL329.77º65.48%61.37%-
HSV(B)329.77º58.37%86.67%-
XYZ39.7325.4634.72-
YUV137.98138.74187.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=47.02%
G=19.57%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219215700.580.290.13329.7765.4861.37
HexDD5C9D03A1DD14a413d
Octal335134235072351551210175
Binary1101110110111001001110101110101110111011010010101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C9D; }

 p { color: rgb(221,92,157); }

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

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

 a { background-color: rgb(221,92,157); }

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

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

 span { border-color: rgb(221,92,157); }

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