#D96FB6

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

Shades of Persian Pink #D96FB6

Tints of Persian Pink #D96FB6

Color information

#D96FB6 (or 0xD96FB6) is unknown color: approx Persian Pink. HEX triplet: D9, 6F and B6. RGB value is (217,111,182). Sum of RGB (Red+Green+Blue) = 217+111+182=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FB6 is #269049. Grayscale: #969696. Windows color (decimal): -2527306 or 11956185. OLE color: 11956185.

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

Color convert

RGB217111182-
CMYK00.490.160.15
HSL319.81º58.24%64.31%-
HSV(B)319.81º48.85%85.1%-
XYZ42.7429.547.7-
YUV150.79145.62175.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=42.55%
G=21.76%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711118200.490.160.15319.8158.2464.31
HexD96FB603110F1403a40
Octal331157266061201750072100
Binary1101100111011111011011001100011000011111010000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FB6; }

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

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

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

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

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

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

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

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