#D972B1

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

Shades of Persian Pink #D972B1

Tints of Persian Pink #D972B1

Color information

#D972B1 (or 0xD972B1) is unknown color: approx Persian Pink. HEX triplet: D9, 72 and B1. RGB value is (217,114,177). Sum of RGB (Red+Green+Blue) = 217+114+177=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D972B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972B1 is #268D4E. Grayscale: #979797. Windows color (decimal): -2526543 or 11629273. OLE color: 11629273.

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

Color convert

RGB217114177-
CMYK00.470.180.15
HSL323.3º57.54%64.9%-
HSV(B)323.3º47.47%85.1%-
XYZ42.5729.9645.13-
YUV151.98142.12174.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=42.72%
G=22.44%
B=34.84%

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
Decimal21711417700.470.180.15323.357.5464.9
HexD972B102F12F1433a41
Octal331162261057221750372101
Binary1101100111100101011000101011111001011111010000111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972B1; }

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

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

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

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

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

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

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

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