#D96B92

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

Shades of Pale Violet Red #D96B92

Tints of Pale Violet Red #D96B92

Color information

#D96B92 (or 0xD96B92) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6B and 92. RGB value is (217,107,146). Sum of RGB (Red+Green+Blue) = 217+107+146=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B92 is #26946D. Grayscale: #909090. Windows color (decimal): -2528366 or 9595865. OLE color: 9595865.

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

Color convert

RGB217107146-
CMYK00.510.330.15
HSL338.73º59.14%63.53%-
HSV(B)338.73º50.69%85.1%-
XYZ39.0627.3430.41-
YUV144.34128.94179.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=46.17%
G=22.77%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710714600.510.330.15338.7359.1463.53
HexD96B9203321F1533b40
Octal331153222063411752373100
Binary11011001110101110010010011001110000111111010100111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96B92; }

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

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

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

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

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

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

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

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