#DD7895

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

Shades of Pale Violet Red #DD7895

Tints of Pale Violet Red #DD7895

Color information

#DD7895 (or 0xDD7895) is unknown color: approx Pale Violet Red. HEX triplet: DD, 78 and 95. RGB value is (221,120,149). Sum of RGB (Red+Green+Blue) = 221+120+149=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7895 is #22876A. Grayscale: #999999. Windows color (decimal): -2262891 or 9795805. OLE color: 9795805.

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

Color convert

RGB221120149-
CMYK00.460.330.13
HSL342.77º59.76%66.86%-
HSV(B)342.77º45.7%86.67%-
XYZ41.9630.9832.2-
YUV153.5125.46176.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 120 (47.27% from 255) = 24.49%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=45.10%
G=24.49%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112014900.460.330.13342.7759.7666.86
HexDD789502E21D1573c43
Octal335170225056411552774103
Binary11011101111100010010101010111010000111011010101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7895; }

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

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

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

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

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

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

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

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