#D97ABA

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

Shades of Persian Pink #D97ABA

Tints of Persian Pink #D97ABA

Color information

#D97ABA (or 0xD97ABA) is unknown color: approx Persian Pink. HEX triplet: D9, 7A and BA. RGB value is (217,122,186). Sum of RGB (Red+Green+Blue) = 217+122+186=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ABA is #268545. Grayscale: #9D9D9D. Windows color (decimal): -2524486 or 12221145. OLE color: 12221145.

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

Color convert

RGB217122186-
CMYK00.440.140.15
HSL319.58º55.56%66.47%-
HSV(B)319.58º43.78%85.1%-
XYZ44.4432.2250.33-
YUV157.7143.97170.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=41.33%
G=23.24%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712218600.440.140.15319.5855.5666.47
HexD97ABA02CEF1403842
Octal331172272054161750070102
Binary110110011111010101110100101100111011111010000001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97ABA; }

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

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

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

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

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

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

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

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