#D973B1

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

Shades of Persian Pink #D973B1

Tints of Persian Pink #D973B1

Color information

#D973B1 (or 0xD973B1) is unknown color: approx Persian Pink. HEX triplet: D9, 73 and B1. RGB value is (217,115,177). Sum of RGB (Red+Green+Blue) = 217+115+177=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D973B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D973B1 is #268C4E. Grayscale: #989898. Windows color (decimal): -2526287 or 11629529. OLE color: 11629529.

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

Color convert

RGB217115177-
CMYK00.470.180.15
HSL323.53º57.3%65.1%-
HSV(B)323.53º47%85.1%-
XYZ42.6830.1945.17-
YUV152.57141.79173.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=42.63%
G=22.59%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711517700.470.180.15323.5357.365.1
HexD973B102F12F1443941
Octal331163261057221750471101
Binary1101100111100111011000101011111001011111010001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D973B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D973B1; }

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

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

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

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

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

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

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

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