#D9699C

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

Shades of Pale Violet Red #D9699C

Tints of Pale Violet Red #D9699C

Color information

#D9699C (or 0xD9699C) is unknown color: approx Pale Violet Red. HEX triplet: D9, 69 and 9C. RGB value is (217,105,156). Sum of RGB (Red+Green+Blue) = 217+105+156=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9699C is #269663. Grayscale: #909090. Windows color (decimal): -2528868 or 10250713. OLE color: 10250713.

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

Color convert

RGB217105156-
CMYK00.520.280.15
HSL332.68º59.57%63.14%-
HSV(B)332.68º51.61%85.1%-
XYZ39.6727.2634.62-
YUV144.3134.61179.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=45.40%
G=21.97%
B=32.64%

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
Decimal21710515600.520.280.15332.6859.5763.14
HexD9699C0341CF14d3c3f
Octal33115123406434175157477
Binary110110011101001100111000110100111001111101001101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9699C; }

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

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

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

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

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

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

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

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