#DD7996

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

Shades of Pale Violet Red #DD7996

Tints of Pale Violet Red #DD7996

Color information

#DD7996 (or 0xDD7996) is unknown color: approx Pale Violet Red. HEX triplet: DD, 79 and 96. RGB value is (221,121,150). Sum of RGB (Red+Green+Blue) = 221+121+150=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7996 is #228669. Grayscale: #9A9A9A. Windows color (decimal): -2262634 or 9861597. OLE color: 9861597.

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

Color convert

RGB221121150-
CMYK00.450.320.13
HSL342.6º59.52%67.06%-
HSV(B)342.6º45.25%86.67%-
XYZ42.1631.2532.66-
YUV154.21125.63175.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=44.92%
G=24.59%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112115000.450.320.13342.659.5267.06
HexDD799602D20D1573c43
Octal335171226055401552774103
Binary11011101111100110010110010110110000011011010101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7996; }

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

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

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

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

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

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

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

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