#D9698F

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

Shades of Pale Violet Red #D9698F

Tints of Pale Violet Red #D9698F

Color information

#D9698F (or 0xD9698F) is unknown color: approx Pale Violet Red. HEX triplet: D9, 69 and 8F. RGB value is (217,105,143). Sum of RGB (Red+Green+Blue) = 217+105+143=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9698F is #269670. Grayscale: #8E8E8E. Windows color (decimal): -2528881 or 9398745. OLE color: 9398745.

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

Color convert

RGB217105143-
CMYK00.520.340.15
HSL339.64º59.57%63.14%-
HSV(B)339.64º51.61%85.1%-
XYZ38.6226.8429.13-
YUV142.82128.11180.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=46.67%
G=22.58%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710514300.520.340.15339.6459.5763.14
HexD9698F03422F1543c3f
Octal33115121706442175247477
Binary1101100111010011000111101101001000101111101010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9698F; }

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

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

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

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

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

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

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

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