#D975A9

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

Shades of Pale Violet Red #D975A9

Tints of Pale Violet Red #D975A9

Color information

#D975A9 (or 0xD975A9) is unknown color: approx Pale Violet Red. HEX triplet: D9, 75 and A9. RGB value is (217,117,169). Sum of RGB (Red+Green+Blue) = 217+117+169=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D975A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975A9 is #268A56. Grayscale: #989898. Windows color (decimal): -2525783 or 11105753. OLE color: 11105753.

HSL color Cylindrical-coordinate representation of color #D975A9: hue angle of 328.8º degrees, saturation: 0.57, 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 #D975A9 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217117169-
CMYK00.460.220.15
HSL328.8º56.82%65.49%-
HSV(B)328.8º46.08%85.1%-
XYZ42.1430.3441.17-
YUV152.83137.13173.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=43.14%
G=23.26%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711716900.460.220.15328.856.8265.49
HexD975A902E16F1493941
Octal331165251056261751171101
Binary1101100111101011010100101011101011011111010010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975A9; }

 p { color: rgb(217,117,169); }

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

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

 a { background-color: rgb(217,117,169); }

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

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

 span { border-color: rgb(217,117,169); }

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