#D8719C

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

Shades of Pale Violet Red #D8719C

Tints of Pale Violet Red #D8719C

Color information

#D8719C (or 0xD8719C) is unknown color: approx Pale Violet Red. HEX triplet: D8, 71 and 9C. RGB value is (216,113,156). Sum of RGB (Red+Green+Blue) = 216+113+156=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8719C is #278E63. Grayscale: #949494. Windows color (decimal): -2592356 or 10252760. OLE color: 10252760.

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

Color convert

RGB216113156-
CMYK00.480.280.15
HSL334.95º56.91%64.51%-
HSV(B)334.95º47.69%84.71%-
XYZ40.2228.8134.89-
YUV148.7132.12176-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=44.54%
G=23.30%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611315600.480.280.15334.9556.9164.51
HexD8719C0301CF14f3941
Octal330161234060341751771101
Binary1101100011100011001110001100001110011111010011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8719C; }

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

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

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

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

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

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

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

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