#D8718D

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

Shades of Pale Violet Red #D8718D

Tints of Pale Violet Red #D8718D

Color information

#D8718D (or 0xD8718D) is unknown color: approx Pale Violet Red. HEX triplet: D8, 71 and 8D. RGB value is (216,113,141). Sum of RGB (Red+Green+Blue) = 216+113+141=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8718D is #278E72. Grayscale: #929292. Windows color (decimal): -2592371 or 9269720. OLE color: 9269720.

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

Color convert

RGB216113141-
CMYK00.480.350.15
HSL343.69º56.91%64.51%-
HSV(B)343.69º47.69%84.71%-
XYZ39.0328.3328.61-
YUV146.99124.62177.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 141 (55.47% from 255) = 30%
R=45.96%
G=24.04%
B=30%

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
Decimal21611314100.480.350.15343.6956.9164.51
HexD8718D03023F1583941
Octal330161215060431753071101
Binary11011000111000110001101011000010001111111010110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8718D; }

 p { color: rgb(216,113,141); }

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

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

 a { background-color: rgb(216,113,141); }

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

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

 span { border-color: rgb(216,113,141); }

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