#D8728F

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

Shades of Pale Violet Red #D8728F

Tints of Pale Violet Red #D8728F

Color information

#D8728F (or 0xD8728F) is unknown color: approx Pale Violet Red. HEX triplet: D8, 72 and 8F. RGB value is (216,114,143). Sum of RGB (Red+Green+Blue) = 216+114+143=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8728F is #278D70. Grayscale: #939393. Windows color (decimal): -2592113 or 9401048. OLE color: 9401048.

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

Color convert

RGB216114143-
CMYK00.470.340.15
HSL342.94º56.67%64.71%-
HSV(B)342.94º47.22%84.71%-
XYZ39.2928.6229.44-
YUV147.8125.29176.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=45.67%
G=24.10%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611414300.470.340.15342.9456.6764.71
HexD8728F02F22F1573941
Octal330162217057421752771101
Binary11011000111001010001111010111110001011111010101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8728F; }

 p { color: rgb(216,114,143); }

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

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

 a { background-color: rgb(216,114,143); }

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

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

 span { border-color: rgb(216,114,143); }

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