#D96DB2

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

Shades of Persian Pink #D96DB2

Tints of Persian Pink #D96DB2

Color information

#D96DB2 (or 0xD96DB2) is unknown color: approx Persian Pink. HEX triplet: D9, 6D and B2. RGB value is (217,109,178). Sum of RGB (Red+Green+Blue) = 217+109+178=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DB2 is #26924D. Grayscale: #949494. Windows color (decimal): -2527822 or 11693529. OLE color: 11693529.

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

Color convert

RGB217109178-
CMYK00.500.180.15
HSL321.67º58.7%63.92%-
HSV(B)321.67º49.77%85.1%-
XYZ42.1228.945.48-
YUV149.16144.28176.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 109 (42.97% from 255) = 21.63%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=43.06%
G=21.63%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710917800.500.180.15321.6758.763.92
HexD96DB203212F1423b40
Octal331155262062221750273100
Binary1101100111011011011001001100101001011111010000101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DB2; }

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

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

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

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

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

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

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

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