#D874A3

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

Shades of Pale Violet Red #D874A3

Tints of Pale Violet Red #D874A3

Color information

#D874A3 (or 0xD874A3) is unknown color: approx Pale Violet Red. HEX triplet: D8, 74 and A3. RGB value is (216,116,163). Sum of RGB (Red+Green+Blue) = 216+116+163=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D874A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D874A3 is #278B5C. Grayscale: #979797. Windows color (decimal): -2591581 or 10712280. OLE color: 10712280.

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

Color convert

RGB216116163-
CMYK00.460.250.15
HSL331.8º56.18%65.1%-
HSV(B)331.8º46.3%84.71%-
XYZ41.1829.7338.22-
YUV151.26134.63174.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=43.64%
G=23.43%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611616300.460.250.15331.856.1865.1
HexD874A302E19F14c3841
Octal330164243056311751470101
Binary1101100011101001010001101011101100111111010011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D874A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D874A3; }

 p { color: rgb(216,116,163); }

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

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

 a { background-color: rgb(216,116,163); }

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

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

 span { border-color: rgb(216,116,163); }

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