#D975A5

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

Shades of Pale Violet Red #D975A5

Tints of Pale Violet Red #D975A5

Color information

#D975A5 (or 0xD975A5) is unknown color: approx Pale Violet Red. HEX triplet: D9, 75 and A5. RGB value is (217,117,165). Sum of RGB (Red+Green+Blue) = 217+117+165=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D975A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975A5 is #268A5A. Grayscale: #989898. Windows color (decimal): -2525787 or 10843609. OLE color: 10843609.

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

Color convert

RGB217117165-
CMYK00.460.240.15
HSL331.2º56.82%65.49%-
HSV(B)331.2º46.08%85.1%-
XYZ41.7730.1939.22-
YUV152.37135.13174.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 165 (64.84% from 255) = 33.07%
R=43.49%
G=23.45%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711716500.460.240.15331.256.8265.49
HexD975A502E18F14b3941
Octal331165245056301751371101
Binary1101100111101011010010101011101100011111010010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975A5; }

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

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

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

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

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

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

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

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