#D9699D

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

Shades of Pale Violet Red #D9699D

Tints of Pale Violet Red #D9699D

Color information

#D9699D (or 0xD9699D) is unknown color: approx Pale Violet Red. HEX triplet: D9, 69 and 9D. RGB value is (217,105,157). Sum of RGB (Red+Green+Blue) = 217+105+157=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9699D is #269662. Grayscale: #909090. Windows color (decimal): -2528867 or 10316249. OLE color: 10316249.

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

Color convert

RGB217105157-
CMYK00.520.280.15
HSL332.14º59.57%63.14%-
HSV(B)332.14º51.61%85.1%-
XYZ39.7527.2935.07-
YUV144.42135.11179.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=45.30%
G=21.92%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710515700.520.280.15332.1459.5763.14
HexD9699D0341CF14c3c3f
Octal33115123506434175147477
Binary110110011101001100111010110100111001111101001100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9699D; }

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

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

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

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

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

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

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

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