#D96AB5

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

Shades of Persian Pink #D96AB5

Tints of Persian Pink #D96AB5

Color information

#D96AB5 (or 0xD96AB5) is unknown color: approx Persian Pink. HEX triplet: D9, 6A and B5. RGB value is (217,106,181). Sum of RGB (Red+Green+Blue) = 217+106+181=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AB5 is #26954A. Grayscale: #939393. Windows color (decimal): -2528587 or 11889369. OLE color: 11889369.

HSL color Cylindrical-coordinate representation of color #D96AB5: hue angle of 319.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96AB5 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217106181-
CMYK00.510.170.15
HSL319.46º59.36%63.33%-
HSV(B)319.46º51.15%85.1%-
XYZ42.1128.446.98-
YUV147.74146.77177.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=43.06%
G=21.03%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710618100.510.170.15319.4659.3663.33
HexD96AB503311F13f3b3f
Octal33115226506321174777377
Binary110110011101010101101010110011100011111100111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AB5; }

 p { color: rgb(217,106,181); }

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

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

 a { background-color: rgb(217,106,181); }

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

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

 span { border-color: rgb(217,106,181); }

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