#D973B9

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

Shades of Persian Pink #D973B9

Tints of Persian Pink #D973B9

Color information

#D973B9 (or 0xD973B9) is unknown color: approx Persian Pink. HEX triplet: D9, 73 and B9. RGB value is (217,115,185). Sum of RGB (Red+Green+Blue) = 217+115+185=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D973B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973B9 is #268C46. Grayscale: #999999. Windows color (decimal): -2526279 or 12153817. OLE color: 12153817.

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

Color convert

RGB217115185-
CMYK00.470.150.15
HSL318.82º57.3%65.1%-
HSV(B)318.82º47%85.1%-
XYZ43.530.5249.5-
YUV153.48145.79173.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 115 (45.31% from 255) = 22.24%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=41.97%
G=22.24%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711518500.470.150.15318.8257.365.1
HexD973B902FFF13f3941
Octal331163271057171747771101
Binary110110011110011101110010101111111111111001111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D973B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D973B9; }

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

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

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

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

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

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

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

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