#D96B8E

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

Shades of Pale Violet Red #D96B8E

Tints of Pale Violet Red #D96B8E

Color information

#D96B8E (or 0xD96B8E) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6B and 8E. RGB value is (217,107,142). Sum of RGB (Red+Green+Blue) = 217+107+142=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B8E is #269471. Grayscale: #8F8F8F. Windows color (decimal): -2528370 or 9333721. OLE color: 9333721.

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

Color convert

RGB217107142-
CMYK00.510.350.15
HSL340.91º59.14%63.53%-
HSV(B)340.91º50.69%85.1%-
XYZ38.7627.2228.8-
YUV143.88126.94180.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=46.57%
G=22.96%
B=30.47%

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
Decimal21710714200.510.350.15340.9159.1463.53
HexD96B8E03323F1553b40
Octal331153216063431752573100
Binary11011001110101110001110011001110001111111010101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96B8E; }

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

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

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

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

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

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

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

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