#D870A1

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

Shades of Pale Violet Red #D870A1

Tints of Pale Violet Red #D870A1

Color information

#D870A1 (or 0xD870A1) is unknown color: approx Pale Violet Red. HEX triplet: D8, 70 and A1. RGB value is (216,112,161). Sum of RGB (Red+Green+Blue) = 216+112+161=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D870A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D870A1 is #278F5E. Grayscale: #949494. Windows color (decimal): -2592607 or 10580184. OLE color: 10580184.

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

Color convert

RGB216112161-
CMYK00.480.250.15
HSL331.73º57.14%64.31%-
HSV(B)331.73º48.15%84.71%-
XYZ40.5528.7637.13-
YUV148.68134.96176.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=44.17%
G=22.90%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611216100.480.250.15331.7357.1464.31
HexD870A103019F14c3940
Octal330160241060311751471100
Binary1101100011100001010000101100001100111111010011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870A1; }

 p { color: rgb(216,112,161); }

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

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

 a { background-color: rgb(216,112,161); }

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

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

 span { border-color: rgb(216,112,161); }

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