#DD5C9B

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

Shades of Pale Violet Red #DD5C9B

Tints of Pale Violet Red #DD5C9B

Color information

#DD5C9B (or 0xDD5C9B) is unknown color: approx Pale Violet Red. HEX triplet: DD, 5C and 9B. RGB value is (221,92,155). Sum of RGB (Red+Green+Blue) = 221+92+155=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C9B is #22A364. Grayscale: #898989. Windows color (decimal): -2270053 or 10181853. OLE color: 10181853.

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

Color convert

RGB22192155-
CMYK00.580.300.13
HSL330.7º65.48%61.37%-
HSV(B)330.7º58.37%86.67%-
XYZ39.5625.3933.83-
YUV137.75137.74187.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=47.22%
G=19.66%
B=33.12%

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
Decimal2219215500.580.300.13330.765.4861.37
HexDD5C9B03A1ED14b413d
Octal335134233072361551310175
Binary1101110110111001001101101110101111011011010010111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C9B; }

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

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

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

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

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

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

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

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