#D9688E

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

Shades of Pale Violet Red #D9688E

Tints of Pale Violet Red #D9688E

Color information

#D9688E (or 0xD9688E) is unknown color: approx Pale Violet Red. HEX triplet: D9, 68 and 8E. RGB value is (217,104,142). Sum of RGB (Red+Green+Blue) = 217+104+142=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9688E is #269771. Grayscale: #8E8E8E. Windows color (decimal): -2529138 or 9332953. OLE color: 9332953.

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

Color convert

RGB217104142-
CMYK00.520.350.15
HSL339.82º59.79%62.94%-
HSV(B)339.82º52.07%85.1%-
XYZ38.4526.6128.7-
YUV142.12127.94181.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=46.87%
G=22.46%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710414200.520.350.15339.8259.7962.94
HexD9688E03423F1543c3f
Octal33115021606443175247477
Binary1101100111010001000111001101001000111111101010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9688E; }

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

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

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

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

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

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

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

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