#DD7196

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

Shades of Pale Violet Red #DD7196

Tints of Pale Violet Red #DD7196

Color information

#DD7196 (or 0xDD7196) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and 96. RGB value is (221,113,150). Sum of RGB (Red+Green+Blue) = 221+113+150=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7196 is #228E69. Grayscale: #959595. Windows color (decimal): -2264682 or 9859549. OLE color: 9859549.

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

Color convert

RGB221113150-
CMYK00.490.320.13
HSL339.44º61.36%65.49%-
HSV(B)339.44º48.87%86.67%-
XYZ41.2329.3832.35-
YUV149.51128.28178.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=45.66%
G=23.35%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111315000.490.320.13339.4461.3665.49
HexDD719603120D1533d41
Octal335161226061401552375101
Binary11011101111000110010110011000110000011011010100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7196; }

 p { color: rgb(221,113,150); }

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

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

 a { background-color: rgb(221,113,150); }

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

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

 span { border-color: rgb(221,113,150); }

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