#D974A6

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

Shades of Pale Violet Red #D974A6

Tints of Pale Violet Red #D974A6

Color information

#D974A6 (or 0xD974A6) is unknown color: approx Pale Violet Red. HEX triplet: D9, 74 and A6. RGB value is (217,116,166). Sum of RGB (Red+Green+Blue) = 217+116+166=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D974A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D974A6 is #268B59. Grayscale: #979797. Windows color (decimal): -2526042 or 10908889. OLE color: 10908889.

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

Color convert

RGB217116166-
CMYK00.470.240.15
HSL330.3º57.06%65.29%-
HSV(B)330.3º46.54%85.1%-
XYZ41.743039.67-
YUV151.9135.96174.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 116 (45.70% from 255) = 23.25%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=43.49%
G=23.25%
B=33.27%

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
Decimal21711616600.470.240.15330.357.0665.29
HexD974A602F18F14a3941
Octal331164246057301751271101
Binary1101100111101001010011001011111100011111010010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974A6; }

 p { color: rgb(217,116,166); }

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

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

 a { background-color: rgb(217,116,166); }

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

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

 span { border-color: rgb(217,116,166); }

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