#DD7991

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

Shades of Pale Violet Red #DD7991

Tints of Pale Violet Red #DD7991

Color information

#DD7991 (or 0xDD7991) is unknown color: approx Pale Violet Red. HEX triplet: DD, 79 and 91. RGB value is (221,121,145). Sum of RGB (Red+Green+Blue) = 221+121+145=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7991 is #22866E. Grayscale: #999999. Windows color (decimal): -2262639 or 9533917. OLE color: 9533917.

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

Color convert

RGB221121145-
CMYK00.450.340.13
HSL345.6º59.52%67.06%-
HSV(B)345.6º45.25%86.67%-
XYZ41.7731.0930.59-
YUV153.64123.13176.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=45.38%
G=24.85%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112114500.450.340.13345.659.5267.06
HexDD799102D22D15a3c43
Octal335171221055421553274103
Binary11011101111100110010001010110110001011011010110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7991; }

 p { color: rgb(221,121,145); }

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

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

 a { background-color: rgb(221,121,145); }

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

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

 span { border-color: rgb(221,121,145); }

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