#D96F8D

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

Shades of Pale Violet Red #D96F8D

Tints of Pale Violet Red #D96F8D

Color information

#D96F8D (or 0xD96F8D) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6F and 8D. RGB value is (217,111,141). Sum of RGB (Red+Green+Blue) = 217+111+141=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F8D is #269072. Grayscale: #929292. Windows color (decimal): -2527347 or 9269209. OLE color: 9269209.

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

Color convert

RGB217111141-
CMYK00.490.350.15
HSL343.02º58.24%64.31%-
HSV(B)343.02º48.85%85.1%-
XYZ39.1128.0428.55-
YUV146.11125.12178.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 111 (43.75% from 255) = 23.67%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=46.27%
G=23.67%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711114100.490.350.15343.0258.2464.31
HexD96F8D03123F1573a40
Octal331157215061431752772100
Binary11011001110111110001101011000110001111111010101111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F8D; }

 p { color: rgb(217,111,141); }

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

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

 a { background-color: rgb(217,111,141); }

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

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

 span { border-color: rgb(217,111,141); }

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