#DD7796

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

Shades of Pale Violet Red #DD7796

Tints of Pale Violet Red #DD7796

Color information

#DD7796 (or 0xDD7796) is unknown color: approx Pale Violet Red. HEX triplet: DD, 77 and 96. RGB value is (221,119,150). Sum of RGB (Red+Green+Blue) = 221+119+150=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7796 is #228869. Grayscale: #999999. Windows color (decimal): -2263146 or 9861085. OLE color: 9861085.

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

Color convert

RGB221119150-
CMYK00.460.320.13
HSL341.76º60%66.67%-
HSV(B)341.76º46.15%86.67%-
XYZ41.9230.7732.58-
YUV153.03126.29176.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=45.10%
G=24.29%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111915000.460.320.13341.766066.67
HexDD779602E20D1563c43
Octal335167226056401552674103
Binary11011101111011110010110010111010000011011010101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7796; }

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

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

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

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

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

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

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

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