#D97FBE

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

Shades of Persian Pink #D97FBE

Tints of Persian Pink #D97FBE

Color information

#D97FBE (or 0xD97FBE) is unknown color: approx Persian Pink. HEX triplet: D9, 7F and BE. RGB value is (217,127,190). Sum of RGB (Red+Green+Blue) = 217+127+190=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FBE is #268041. Grayscale: #A0A0A0. Windows color (decimal): -2523202 or 12484569. OLE color: 12484569.

HSL color Cylindrical-coordinate representation of color #D97FBE: hue angle of 318º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97FBE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217127190-
CMYK00.410.120.15
HSL318º54.22%67.45%-
HSV(B)318º41.47%85.1%-
XYZ45.533.6552.81-
YUV161.09144.32167.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=40.64%
G=23.78%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712719000.410.120.1531854.2267.45
HexD97FBE029CF13e3643
Octal331177276051141747666103
Binary110110011111111101111100101001110011111001111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97FBE; }

 p { color: rgb(217,127,190); }

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

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

 a { background-color: rgb(217,127,190); }

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

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

 span { border-color: rgb(217,127,190); }

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