#D76D99

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

Shades of Pale Violet Red #D76D99

Tints of Pale Violet Red #D76D99

Color information

#D76D99 (or 0xD76D99) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6D and 99. RGB value is (215,109,153). Sum of RGB (Red+Green+Blue) = 215+109+153=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D99 is #289266. Grayscale: #919191. Windows color (decimal): -2658919 or 10055127. OLE color: 10055127.

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

Color convert

RGB215109153-
CMYK00.490.290.16
HSL335.09º56.99%63.53%-
HSV(B)335.09º49.3%84.31%-
XYZ39.2427.6833.41-
YUV145.71132.12177.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=45.07%
G=22.85%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510915300.490.290.16335.0956.9963.53
HexD76D990311D1014f3940
Octal327155231061352051771100
Binary11010111110110110011001011000111101100001010011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D99; }

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

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

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

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

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

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

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

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