#D872A4

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

Shades of Pale Violet Red #D872A4

Tints of Pale Violet Red #D872A4

Color information

#D872A4 (or 0xD872A4) is unknown color: approx Pale Violet Red. HEX triplet: D8, 72 and A4. RGB value is (216,114,164). Sum of RGB (Red+Green+Blue) = 216+114+164=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D872A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D872A4 is #278D5B. Grayscale: #969696. Windows color (decimal): -2592092 or 10777304. OLE color: 10777304.

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

Color convert

RGB216114164-
CMYK00.470.240.15
HSL330.59º56.67%64.71%-
HSV(B)330.59º47.22%84.71%-
XYZ41.0429.3138.62-
YUV150.2135.79174.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 114 (44.92% from 255) = 23.08%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=43.72%
G=23.08%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611416400.470.240.15330.5956.6764.71
HexD872A402F18F14b3941
Octal330162244057301751371101
Binary1101100011100101010010001011111100011111010010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872A4; }

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

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

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

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

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

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

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

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