#D96D90

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

Shades of Pale Violet Red #D96D90

Tints of Pale Violet Red #D96D90

Color information

#D96D90 (or 0xD96D90) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6D and 90. RGB value is (217,109,144). Sum of RGB (Red+Green+Blue) = 217+109+144=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96D90 is #26926F. Grayscale: #919191. Windows color (decimal): -2527856 or 9465305. OLE color: 9465305.

HSL color Cylindrical-coordinate representation of color #D96D90: hue angle of 340.56º 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 #D96D90 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217109144-
CMYK00.500.340.15
HSL340.56º58.7%63.92%-
HSV(B)340.56º49.77%85.1%-
XYZ39.1227.729.67-
YUV145.28127.28179.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=46.17%
G=23.19%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710914400.500.340.15340.5658.763.92
HexD96D9003222F1553b40
Octal331155220062421752573100
Binary11011001110110110010000011001010001011111010101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D90; }

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

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

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

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

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

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

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

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