#D96A94

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

Shades of Pale Violet Red #D96A94

Tints of Pale Violet Red #D96A94

Color information

#D96A94 (or 0xD96A94) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6A and 94. RGB value is (217,106,148). Sum of RGB (Red+Green+Blue) = 217+106+148=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A94 is #26956B. Grayscale: #8F8F8F. Windows color (decimal): -2528620 or 9726681. OLE color: 9726681.

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

Color convert

RGB217106148-
CMYK00.510.320.15
HSL337.3º59.36%63.33%-
HSV(B)337.3º51.15%85.1%-
XYZ39.1127.231.21-
YUV143.98130.27180.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=46.07%
G=22.51%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710614800.510.320.15337.359.3663.33
HexD96A9403320F1513b3f
Octal33115222406340175217377
Binary1101100111010101001010001100111000001111101010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A94; }

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

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

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

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

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

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

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

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