#D96DB6

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

Shades of Persian Pink #D96DB6

Tints of Persian Pink #D96DB6

Color information

#D96DB6 (or 0xD96DB6) is unknown color: approx Persian Pink. HEX triplet: D9, 6D and B6. RGB value is (217,109,182). Sum of RGB (Red+Green+Blue) = 217+109+182=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DB6 is #269249. Grayscale: #959595. Windows color (decimal): -2527818 or 11955673. OLE color: 11955673.

HSL color Cylindrical-coordinate representation of color #D96DB6: hue angle of 319.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217109182-
CMYK00.500.160.15
HSL319.44º58.7%63.92%-
HSV(B)319.44º49.77%85.1%-
XYZ42.5329.0747.62-
YUV149.61146.28176.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=42.72%
G=21.46%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710918200.500.160.15319.4458.763.92
HexD96DB603210F13f3b40
Octal331155266062201747773100
Binary1101100111011011011011001100101000011111001111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DB6; }

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

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

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

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

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

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

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

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