#D975BA

Color #D975BA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #D975BA

Tints of Persian Pink #D975BA

Color information

#D975BA (or 0xD975BA) is unknown color: approx Persian Pink. HEX triplet: D9, 75 and BA. RGB value is (217,117,186). Sum of RGB (Red+Green+Blue) = 217+117+186=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D975BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975BA is #268A45. Grayscale: #9A9A9A. Windows color (decimal): -2525766 or 12219865. OLE color: 12219865.

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

Color convert

RGB217117186-
CMYK00.460.140.15
HSL318.6º56.82%65.49%-
HSV(B)318.6º46.08%85.1%-
XYZ43.8431.0250.13-
YUV154.77145.63172.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=41.73%
G=22.5%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711718600.460.140.15318.656.8265.49
HexD975BA02EEF13f3941
Octal331165272056161747771101
Binary110110011110101101110100101110111011111001111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975BA; }

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

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

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

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

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

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

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

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