#D96994

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

Shades of Pale Violet Red #D96994

Tints of Pale Violet Red #D96994

Color information

#D96994 (or 0xD96994) is unknown color: approx Pale Violet Red. HEX triplet: D9, 69 and 94. RGB value is (217,105,148). Sum of RGB (Red+Green+Blue) = 217+105+148=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D96994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96994 is #26966B. Grayscale: #8F8F8F. Windows color (decimal): -2528876 or 9726425. OLE color: 9726425.

HSL color Cylindrical-coordinate representation of color #D96994: hue angle of 336.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96994 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217105148-
CMYK00.520.320.15
HSL336.96º59.57%63.14%-
HSV(B)336.96º51.61%85.1%-
XYZ39.0126.9931.17-
YUV143.39130.61180.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=46.17%
G=22.34%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710514800.520.320.15336.9659.5763.14
HexD9699403420F1513c3f
Octal33115122406440175217477
Binary1101100111010011001010001101001000001111101010001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96994; }

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

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

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

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

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

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

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

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