#DD5D95

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

Shades of Pale Violet Red #DD5D95

Tints of Pale Violet Red #DD5D95

Color information

#DD5D95 (or 0xDD5D95) is unknown color: approx Pale Violet Red. HEX triplet: DD, 5D and 95. RGB value is (221,93,149). Sum of RGB (Red+Green+Blue) = 221+93+149=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D95 is #22A26A. Grayscale: #898989. Windows color (decimal): -2269803 or 9788893. OLE color: 9788893.

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

Color convert

RGB22193149-
CMYK00.580.330.13
HSL333.75º65.31%61.57%-
HSV(B)333.75º57.92%86.67%-
XYZ39.1625.3731.27-
YUV137.66134.41187.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=47.73%
G=20.09%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219314900.580.330.13333.7565.3161.57
HexDD5D9503A21D14e413e
Octal335135225072411551610176
Binary11011101101110110010101011101010000111011010011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D95; }

 p { color: rgb(221,93,149); }

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

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

 a { background-color: rgb(221,93,149); }

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

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

 span { border-color: rgb(221,93,149); }

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