#D77A99

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

Shades of Pale Violet Red #D77A99

Tints of Pale Violet Red #D77A99

Color information

#D77A99 (or 0xD77A99) is unknown color: approx Pale Violet Red. HEX triplet: D7, 7A and 99. RGB value is (215,122,153). Sum of RGB (Red+Green+Blue) = 215+122+153=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A99 is #288566. Grayscale: #999999. Windows color (decimal): -2655591 or 10058455. OLE color: 10058455.

HSL color Cylindrical-coordinate representation of color #D77A99: hue angle of 340º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77A99 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB215122153-
CMYK00.430.290.16
HSL340º53.76%66.08%-
HSV(B)340º43.26%84.31%-
XYZ40.7330.6733.91-
YUV153.34127.81171.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.88%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=43.88%
G=24.90%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512215300.430.290.1634053.7666.08
HexD77A9902B1D101543642
Octal327172231053352052466102
Binary11010111111101010011001010101111101100001010101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A99; }

 p { color: rgb(215,122,153); }

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

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

 a { background-color: rgb(215,122,153); }

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

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

 span { border-color: rgb(215,122,153); }

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