#D975B9

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

Shades of Persian Pink #D975B9

Tints of Persian Pink #D975B9

Color information

#D975B9 (or 0xD975B9) is unknown color: approx Persian Pink. HEX triplet: D9, 75 and B9. RGB value is (217,117,185). Sum of RGB (Red+Green+Blue) = 217+117+185=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D975B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975B9 is #268A46. Grayscale: #9A9A9A. Windows color (decimal): -2525767 or 12154329. OLE color: 12154329.

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

Color convert

RGB217117185-
CMYK00.460.150.15
HSL319.2º56.82%65.49%-
HSV(B)319.2º46.08%85.1%-
XYZ43.7330.9849.57-
YUV154.65145.13172.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=41.81%
G=22.54%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711718500.460.150.15319.256.8265.49
HexD975B902EFF13f3941
Octal331165271056171747771101
Binary110110011110101101110010101110111111111001111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975B9; }

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

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

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

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

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

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

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

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