#D8738E

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

Shades of Pale Violet Red #D8738E

Tints of Pale Violet Red #D8738E

Color information

#D8738E (or 0xD8738E) is unknown color: approx Pale Violet Red. HEX triplet: D8, 73 and 8E. RGB value is (216,115,142). Sum of RGB (Red+Green+Blue) = 216+115+142=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8738E is #278C71. Grayscale: #949494. Windows color (decimal): -2591858 or 9335768. OLE color: 9335768.

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

Color convert

RGB216115142-
CMYK00.470.340.15
HSL343.96º56.42%64.9%-
HSV(B)343.96º46.76%84.71%-
XYZ39.3328.8129.08-
YUV148.28124.46176.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=45.67%
G=24.31%
B=30.02%

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
Decimal21611514200.470.340.15343.9656.4264.9
HexD8738E02F22F1583841
Octal330163216057421753070101
Binary11011000111001110001110010111110001011111010110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8738E; }

 p { color: rgb(216,115,142); }

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

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

 a { background-color: rgb(216,115,142); }

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

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

 span { border-color: rgb(216,115,142); }

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