#DD7997

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

Shades of Pale Violet Red #DD7997

Tints of Pale Violet Red #DD7997

Color information

#DD7997 (or 0xDD7997) is unknown color: approx Pale Violet Red. HEX triplet: DD, 79 and 97. RGB value is (221,121,151). Sum of RGB (Red+Green+Blue) = 221+121+151=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7997 is #228668. Grayscale: #9A9A9A. Windows color (decimal): -2262633 or 9927133. OLE color: 9927133.

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

Color convert

RGB221121151-
CMYK00.450.320.13
HSL342º59.52%67.06%-
HSV(B)342º45.25%86.67%-
XYZ42.2431.2833.09-
YUV154.32126.13175.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=44.83%
G=24.54%
B=30.63%

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
Decimal22112115100.450.320.1334259.5267.06
HexDD799702D20D1563c43
Octal335171227055401552674103
Binary11011101111100110010111010110110000011011010101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7997; }

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

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

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

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

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

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

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

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