#D76D8E

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

Shades of Pale Violet Red #D76D8E

Tints of Pale Violet Red #D76D8E

Color information

#D76D8E (or 0xD76D8E) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6D and 8E. RGB value is (215,109,142). Sum of RGB (Red+Green+Blue) = 215+109+142=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D8E is #289271. Grayscale: #909090. Windows color (decimal): -2658930 or 9334231. OLE color: 9334231.

HSL color Cylindrical-coordinate representation of color #D76D8E: hue angle of 341.32º 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 #D76D8E is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215109142-
CMYK00.490.340.16
HSL341.32º56.99%63.53%-
HSV(B)341.32º49.3%84.31%-
XYZ38.3827.3428.85-
YUV144.46126.62178.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.14%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=46.14%
G=23.39%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510914200.490.340.16341.3256.9963.53
HexD76D8E03122101553940
Octal327155216061422052571100
Binary110101111101101100011100110001100010100001010101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D8E; }

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

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

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

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

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

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

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

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