#D96FB5

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

Shades of Persian Pink #D96FB5

Tints of Persian Pink #D96FB5

Color information

#D96FB5 (or 0xD96FB5) is unknown color: approx Persian Pink. HEX triplet: D9, 6F and B5. RGB value is (217,111,181). Sum of RGB (Red+Green+Blue) = 217+111+181=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FB5 is #26904A. Grayscale: #969696. Windows color (decimal): -2527307 or 11890649. OLE color: 11890649.

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

Color convert

RGB217111181-
CMYK00.490.170.15
HSL320.38º58.24%64.31%-
HSV(B)320.38º48.85%85.1%-
XYZ42.6429.4647.15-
YUV150.67145.12175.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=42.63%
G=21.81%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711118100.490.170.15320.3858.2464.31
HexD96FB503111F1403a40
Octal331157265061211750072100
Binary1101100111011111011010101100011000111111010000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FB5; }

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

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

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

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

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

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

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

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