#D97AB7

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

Shades of Persian Pink #D97AB7

Tints of Persian Pink #D97AB7

Color information

#D97AB7 (or 0xD97AB7) is unknown color: approx Persian Pink. HEX triplet: D9, 7A and B7. RGB value is (217,122,183). Sum of RGB (Red+Green+Blue) = 217+122+183=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AB7 is #268548. Grayscale: #9D9D9D. Windows color (decimal): -2524489 or 12024537. OLE color: 12024537.

HSL color Cylindrical-coordinate representation of color #D97AB7: hue angle of 321.47º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97AB7 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217122183-
CMYK00.440.160.15
HSL321.47º55.56%66.47%-
HSV(B)321.47º43.78%85.1%-
XYZ44.1232.0948.67-
YUV157.36142.47170.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=41.57%
G=23.37%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712218300.440.160.15321.4755.5666.47
HexD97AB702C10F1413842
Octal331172267054201750170102
Binary1101100111110101011011101011001000011111010000011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97AB7; }

 p { color: rgb(217,122,183); }

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

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

 a { background-color: rgb(217,122,183); }

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

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

 span { border-color: rgb(217,122,183); }

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