#D96B8B

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

Shades of Pale Violet Red #D96B8B

Tints of Pale Violet Red #D96B8B

Color information

#D96B8B (or 0xD96B8B) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6B and 8B. RGB value is (217,107,139). Sum of RGB (Red+Green+Blue) = 217+107+139=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B8B is #269474. Grayscale: #8F8F8F. Windows color (decimal): -2528373 or 9137113. OLE color: 9137113.

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

Color convert

RGB217107139-
CMYK00.510.360.15
HSL342.55º59.14%63.53%-
HSV(B)342.55º50.69%85.1%-
XYZ38.5327.1327.63-
YUV143.54125.44180.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=46.87%
G=23.11%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710713900.510.360.15342.5559.1463.53
HexD96B8B03324F1573b40
Octal331153213063441752773100
Binary11011001110101110001011011001110010011111010101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96B8B; }

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

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

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

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

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

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

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

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