#D96F93

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

Shades of Pale Violet Red #D96F93

Tints of Pale Violet Red #D96F93

Color information

#D96F93 (or 0xD96F93) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6F and 93. RGB value is (217,111,147). Sum of RGB (Red+Green+Blue) = 217+111+147=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F93 is #26906C. Grayscale: #929292. Windows color (decimal): -2527341 or 9662425. OLE color: 9662425.

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

Color convert

RGB217111147-
CMYK00.490.320.15
HSL339.62º58.24%64.31%-
HSV(B)339.62º48.85%85.1%-
XYZ39.5728.2330.97-
YUV146.8128.12178.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=45.68%
G=23.37%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711114700.490.320.15339.6258.2464.31
HexD96F9303120F1543a40
Octal331157223061401752472100
Binary11011001110111110010011011000110000011111010101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F93; }

 p { color: rgb(217,111,147); }

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

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

 a { background-color: rgb(217,111,147); }

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

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

 span { border-color: rgb(217,111,147); }

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