#DD7B99

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

Shades of Pale Violet Red #DD7B99

Tints of Pale Violet Red #DD7B99

Color information

#DD7B99 (or 0xDD7B99) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7B and 99. RGB value is (221,123,153). Sum of RGB (Red+Green+Blue) = 221+123+153=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B99 is #228466. Grayscale: #9B9B9B. Windows color (decimal): -2262119 or 10058717. OLE color: 10058717.

HSL color Cylindrical-coordinate representation of color #DD7B99: hue angle of 341.63º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B99 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221123153-
CMYK00.440.310.13
HSL341.63º59.04%67.45%-
HSV(B)341.63º44.34%86.67%-
XYZ42.6531.8434.03-
YUV155.72126.47174.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=44.47%
G=24.75%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112315300.440.310.13341.6359.0467.45
HexDD7B9902C1FD1563b43
Octal335173231054371552673103
Binary1101110111110111001100101011001111111011010101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B99; }

 p { color: rgb(221,123,153); }

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

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

 a { background-color: rgb(221,123,153); }

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

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

 span { border-color: rgb(221,123,153); }

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