#D96DA1

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

Shades of Pale Violet Red #D96DA1

Tints of Pale Violet Red #D96DA1

Color information

#D96DA1 (or 0xD96DA1) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6D and A1. RGB value is (217,109,161). Sum of RGB (Red+Green+Blue) = 217+109+161=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DA1 is #26925E. Grayscale: #939393. Windows color (decimal): -2527839 or 10579417. OLE color: 10579417.

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

Color convert

RGB217109161-
CMYK00.500.260.15
HSL331.11º58.7%63.92%-
HSV(B)331.11º49.77%85.1%-
XYZ40.5228.2637.04-
YUV147.22135.78177.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 109 (42.97% from 255) = 22.38%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=44.56%
G=22.38%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710916100.500.260.15331.1158.763.92
HexD96DA10321AF14b3b40
Octal331155241062321751373100
Binary1101100111011011010000101100101101011111010010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DA1; }

 p { color: rgb(217,109,161); }

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

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

 a { background-color: rgb(217,109,161); }

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

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

 span { border-color: rgb(217,109,161); }

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