#DD7897

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

Shades of Pale Violet Red #DD7897

Tints of Pale Violet Red #DD7897

Color information

#DD7897 (or 0xDD7897) is unknown color: approx Pale Violet Red. HEX triplet: DD, 78 and 97. RGB value is (221,120,151). Sum of RGB (Red+Green+Blue) = 221+120+151=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7897 is #228768. Grayscale: #999999. Windows color (decimal): -2262889 or 9926877. OLE color: 9926877.

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

Color convert

RGB221120151-
CMYK00.460.320.13
HSL341.58º59.76%66.86%-
HSV(B)341.58º45.7%86.67%-
XYZ42.1231.0433.05-
YUV153.73126.46175.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=44.92%
G=24.39%
B=30.69%

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
Decimal22112015100.460.320.13341.5859.7666.86
HexDD789702E20D1563c43
Octal335170227056401552674103
Binary11011101111100010010111010111010000011011010101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7897; }

 p { color: rgb(221,120,151); }

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

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

 a { background-color: rgb(221,120,151); }

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

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

 span { border-color: rgb(221,120,151); }

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