#D76D8F

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

Shades of Pale Violet Red #D76D8F

Tints of Pale Violet Red #D76D8F

Color information

#D76D8F (or 0xD76D8F) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6D and 8F. RGB value is (215,109,143). Sum of RGB (Red+Green+Blue) = 215+109+143=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D8F is #289270. Grayscale: #909090. Windows color (decimal): -2658929 or 9399767. OLE color: 9399767.

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

Color convert

RGB215109143-
CMYK00.490.330.16
HSL340.75º56.99%63.53%-
HSV(B)340.75º49.3%84.31%-
XYZ38.4527.3729.24-
YUV144.57127.12178.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.04%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=46.04%
G=23.34%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510914300.490.330.16340.7556.9963.53
HexD76D8F03121101553940
Octal327155217061412052571100
Binary110101111101101100011110110001100001100001010101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D8F; }

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

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

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

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

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

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

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

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