#D96A96

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

Shades of Pale Violet Red #D96A96

Tints of Pale Violet Red #D96A96

Color information

#D96A96 (or 0xD96A96) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6A and 96. RGB value is (217,106,150). Sum of RGB (Red+Green+Blue) = 217+106+150=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A96 is #269569. Grayscale: #909090. Windows color (decimal): -2528618 or 9857753. OLE color: 9857753.

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

Color convert

RGB217106150-
CMYK00.510.310.15
HSL336.22º59.36%63.33%-
HSV(B)336.22º51.15%85.1%-
XYZ39.2727.2632.05-
YUV144.2131.27179.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=45.88%
G=22.41%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710615000.510.310.15336.2259.3663.33
HexD96A960331FF1503b3f
Octal33115222606337175207377
Binary110110011101010100101100110011111111111101010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A96; }

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

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

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

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

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

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

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

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