#D76D93

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

Shades of Pale Violet Red #D76D93

Tints of Pale Violet Red #D76D93

Color information

#D76D93 (or 0xD76D93) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6D and 93. RGB value is (215,109,147). Sum of RGB (Red+Green+Blue) = 215+109+147=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D93 is #28926C. Grayscale: #909090. Windows color (decimal): -2658925 or 9661911. OLE color: 9661911.

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

Color convert

RGB215109147-
CMYK00.490.320.16
HSL338.49º56.99%63.53%-
HSV(B)338.49º49.3%84.31%-
XYZ38.7627.4930.87-
YUV145.03129.12177.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=45.65%
G=23.14%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510914700.490.320.16338.4956.9963.53
HexD76D9303120101523940
Octal327155223061402052271100
Binary110101111101101100100110110001100000100001010100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D93; }

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

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

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

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

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

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

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

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