#D9718C

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

Shades of Pale Violet Red #D9718C

Tints of Pale Violet Red #D9718C

Color information

#D9718C (or 0xD9718C) is unknown color: approx Pale Violet Red. HEX triplet: D9, 71 and 8C. RGB value is (217,113,140). Sum of RGB (Red+Green+Blue) = 217+113+140=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9718C is #268E73. Grayscale: #939393. Windows color (decimal): -2526836 or 9204185. OLE color: 9204185.

HSL color Cylindrical-coordinate representation of color #D9718C: hue angle of 344.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9718C is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217113140-
CMYK00.480.350.15
HSL344.42º57.78%64.71%-
HSV(B)344.42º47.93%85.1%-
XYZ39.2528.4628.23-
YUV147.17123.96177.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=46.17%
G=24.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711314000.480.350.15344.4257.7864.71
HexD9718C03023F1583a41
Octal331161214060431753072101
Binary11011001111000110001100011000010001111111010110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9718C; }

 p { color: rgb(217,113,140); }

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

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

 a { background-color: rgb(217,113,140); }

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

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

 span { border-color: rgb(217,113,140); }

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