#D9689A

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

Shades of Pale Violet Red #D9689A

Tints of Pale Violet Red #D9689A

Color information

#D9689A (or 0xD9689A) is unknown color: approx Pale Violet Red. HEX triplet: D9, 68 and 9A. RGB value is (217,104,154). Sum of RGB (Red+Green+Blue) = 217+104+154=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9689A is #269765. Grayscale: #8F8F8F. Windows color (decimal): -2529126 or 10119385. OLE color: 10119385.

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

Color convert

RGB217104154-
CMYK00.520.290.15
HSL333.45º59.79%62.94%-
HSV(B)333.45º52.07%85.1%-
XYZ39.426.9933.7-
YUV143.49133.94180.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=45.68%
G=21.89%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710415400.520.290.15333.4559.7962.94
HexD9689A0341DF14d3c3f
Octal33115023206435175157477
Binary110110011101000100110100110100111011111101001101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9689A; }

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

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

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

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

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

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

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

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