#D97AB1

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

Shades of Persian Pink #D97AB1

Tints of Persian Pink #D97AB1

Color information

#D97AB1 (or 0xD97AB1) is unknown color: approx Persian Pink. HEX triplet: D9, 7A and B1. RGB value is (217,122,177). Sum of RGB (Red+Green+Blue) = 217+122+177=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97AB1 is #26854E. Grayscale: #9C9C9C. Windows color (decimal): -2524495 or 11631321. OLE color: 11631321.

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

Color convert

RGB217122177-
CMYK00.440.180.15
HSL325.26º55.56%66.47%-
HSV(B)325.26º43.78%85.1%-
XYZ43.5131.8545.45-
YUV156.67139.47171.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=42.05%
G=23.64%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712217700.440.180.15325.2655.5666.47
HexD97AB102C12F1453842
Octal331172261054221750570102
Binary1101100111110101011000101011001001011111010001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97AB1; }

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

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

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

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

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

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

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

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