#DD7491

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

Shades of Pale Violet Red #DD7491

Tints of Pale Violet Red #DD7491

Color information

#DD7491 (or 0xDD7491) is unknown color: approx Pale Violet Red. HEX triplet: DD, 74 and 91. RGB value is (221,116,145). Sum of RGB (Red+Green+Blue) = 221+116+145=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7491 is #228B6E. Grayscale: #969696. Windows color (decimal): -2263919 or 9532637. OLE color: 9532637.

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

Color convert

RGB221116145-
CMYK00.480.340.13
HSL343.43º60.69%66.08%-
HSV(B)343.43º47.51%86.67%-
XYZ41.1829.9130.39-
YUV150.7124.79178.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=45.85%
G=24.07%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111614500.480.340.13343.4360.6966.08
HexDD749103022D1573d42
Octal335164221060421552775102
Binary11011101111010010010001011000010001011011010101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7491; }

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

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

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

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

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

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

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

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