#D96A8E

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

Shades of Pale Violet Red #D96A8E

Tints of Pale Violet Red #D96A8E

Color information

#D96A8E (or 0xD96A8E) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6A and 8E. RGB value is (217,106,142). Sum of RGB (Red+Green+Blue) = 217+106+142=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A8E is #269571. Grayscale: #8F8F8F. Windows color (decimal): -2528626 or 9333465. OLE color: 9333465.

HSL color Cylindrical-coordinate representation of color #D96A8E: hue angle of 340.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A8E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217106142-
CMYK00.510.350.15
HSL340.54º59.36%63.33%-
HSV(B)340.54º51.15%85.1%-
XYZ38.6527.0128.77-
YUV143.29127.27180.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=46.67%
G=22.80%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710614200.510.350.15340.5459.3663.33
HexD96A8E03323F1553b3f
Octal33115221606343175257377
Binary1101100111010101000111001100111000111111101010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A8E; }

 p { color: rgb(217,106,142); }

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

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

 a { background-color: rgb(217,106,142); }

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

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

 span { border-color: rgb(217,106,142); }

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