#D9698D

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

Shades of Pale Violet Red #D9698D

Tints of Pale Violet Red #D9698D

Color information

#D9698D (or 0xD9698D) is unknown color: approx Pale Violet Red. HEX triplet: D9, 69 and 8D. RGB value is (217,105,141). Sum of RGB (Red+Green+Blue) = 217+105+141=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9698D is #269672. Grayscale: #8E8E8E. Windows color (decimal): -2528883 or 9267673. OLE color: 9267673.

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

Color convert

RGB217105141-
CMYK00.520.350.15
HSL340.71º59.57%63.14%-
HSV(B)340.71º51.61%85.1%-
XYZ38.4726.7828.34-
YUV142.59127.11181.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=46.87%
G=22.68%
B=30.45%

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
Decimal21710514100.520.350.15340.7159.5763.14
HexD9698D03423F1553c3f
Octal33115121506443175257477
Binary1101100111010011000110101101001000111111101010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9698D; }

 p { color: rgb(217,105,141); }

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

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

 a { background-color: rgb(217,105,141); }

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

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

 span { border-color: rgb(217,105,141); }

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