#D76C99

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

Shades of Pale Violet Red #D76C99

Tints of Pale Violet Red #D76C99

Color information

#D76C99 (or 0xD76C99) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6C and 99. RGB value is (215,108,153). Sum of RGB (Red+Green+Blue) = 215+108+153=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C99 is #289366. Grayscale: #919191. Windows color (decimal): -2659175 or 10054871. OLE color: 10054871.

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

Color convert

RGB215108153-
CMYK00.500.290.16
HSL334.77º57.22%63.33%-
HSV(B)334.77º49.77%84.31%-
XYZ39.1427.4733.38-
YUV145.12132.45177.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.17%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=45.17%
G=22.69%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510815300.500.290.16334.7757.2263.33
HexD76C990321D1014f393f
Octal32715423106235205177177
Binary1101011111011001001100101100101110110000101001111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C99; }

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

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

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

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

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

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

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

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