#D86689

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

Shades of Pale Violet Red #D86689

Tints of Pale Violet Red #D86689

Color information

#D86689 (or 0xD86689) is unknown color: approx Pale Violet Red. HEX triplet: D8, 66 and 89. RGB value is (216,102,137). Sum of RGB (Red+Green+Blue) = 216+102+137=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D86689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86689 is #279976. Grayscale: #8C8C8C. Windows color (decimal): -2595191 or 9004760. OLE color: 9004760.

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

Color convert

RGB216102137-
CMYK00.530.370.15
HSL341.58º59.38%62.35%-
HSV(B)341.58º52.78%84.71%-
XYZ37.5925.9126.69-
YUV140.08126.27182.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=47.47%
G=22.42%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610213700.530.370.15341.5859.3862.35
HexD8668903525F1563b3e
Octal33014621106545175267376
Binary1101100011001101000100101101011001011111101010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86689; }

 p { color: rgb(216,102,137); }

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

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

 a { background-color: rgb(216,102,137); }

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

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

 span { border-color: rgb(216,102,137); }

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