#D96892

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

Shades of Pale Violet Red #D96892

Tints of Pale Violet Red #D96892

Color information

#D96892 (or 0xD96892) is unknown color: approx Pale Violet Red. HEX triplet: D9, 68 and 92. RGB value is (217,104,146). Sum of RGB (Red+Green+Blue) = 217+104+146=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96892 is #26976D. Grayscale: #8E8E8E. Windows color (decimal): -2529134 or 9595097. OLE color: 9595097.

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

Color convert

RGB217104146-
CMYK00.520.330.15
HSL337.7º59.79%62.94%-
HSV(B)337.7º52.07%85.1%-
XYZ38.7526.7330.31-
YUV142.57129.94181.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.47%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=46.47%
G=22.27%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710414600.520.330.15337.759.7962.94
HexD9689203421F1523c3f
Octal33115022206441175227477
Binary1101100111010001001001001101001000011111101010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96892; }

 p { color: rgb(217,104,146); }

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

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

 a { background-color: rgb(217,104,146); }

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

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

 span { border-color: rgb(217,104,146); }

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