#DD7893

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

Shades of Pale Violet Red #DD7893

Tints of Pale Violet Red #DD7893

Color information

#DD7893 (or 0xDD7893) is unknown color: approx Pale Violet Red. HEX triplet: DD, 78 and 93. RGB value is (221,120,147). Sum of RGB (Red+Green+Blue) = 221+120+147=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7893 is #22876C. Grayscale: #999999. Windows color (decimal): -2262893 or 9664733. OLE color: 9664733.

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

Color convert

RGB221120147-
CMYK00.460.330.13
HSL343.96º59.76%66.86%-
HSV(B)343.96º45.7%86.67%-
XYZ41.830.9131.37-
YUV153.28124.46176.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=45.29%
G=24.59%
B=30.12%

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
Decimal22112014700.460.330.13343.9659.7666.86
HexDD789302E21D1583c43
Octal335170223056411553074103
Binary11011101111100010010011010111010000111011010110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7893; }

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

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

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

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

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

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

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

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