#DD5C9A

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

Shades of Pale Violet Red #DD5C9A

Tints of Pale Violet Red #DD5C9A

Color information

#DD5C9A (or 0xDD5C9A) is unknown color: approx Pale Violet Red. HEX triplet: DD, 5C and 9A. RGB value is (221,92,154). Sum of RGB (Red+Green+Blue) = 221+92+154=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C9A is #22A365. Grayscale: #898989. Windows color (decimal): -2270054 or 10116317. OLE color: 10116317.

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

Color convert

RGB22192154-
CMYK00.580.300.13
HSL331.16º65.48%61.37%-
HSV(B)331.16º58.37%86.67%-
XYZ39.4825.3633.39-
YUV137.64137.24187.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=47.32%
G=19.70%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219215400.580.300.13331.1665.4861.37
HexDD5C9A03A1ED14b413d
Octal335134232072361551310175
Binary1101110110111001001101001110101111011011010010111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C9A; }

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

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

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

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

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

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

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

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