#d8688e

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

Shades of Pale Violet Red #D8688E

Tints of Pale Violet Red #D8688E

Color information

#D8688E (or 0xD8688E) is unknown color: approx Pale Violet Red. HEX triplet: D8, 68 and 8E. RGB value is (216,104,142). Sum of RGB (Red+Green+Blue) = 216+104+142=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8688E is #279771. Grayscale: #8D8D8D. Windows color (decimal): -2594674 or 9332952. OLE color: 9332952.

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

Color convert

RGB216104142-
CMYK00.520.340.15
HSL339.64º58.95%62.75%-
HSV(B)339.64º51.85%84.71%-
XYZ38.1526.4528.69-
YUV141.82128.11180.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.75%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=46.75%
G=22.51%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610414200.520.340.15339.6458.9562.75
HexD8688E03422F1543b3f
Octal33015021606442175247377
Binary1101100011010001000111001101001000101111101010100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8688e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8688e; }

 p { color: rgb(216,104,142); }

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

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

 a { background-color: rgb(216,104,142); }

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

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

 span { border-color: rgb(216,104,142); }

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