#D96BB2

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

Shades of Persian Pink #D96BB2

Tints of Persian Pink #D96BB2

Color information

#D96BB2 (or 0xD96BB2) is unknown color: approx Persian Pink. HEX triplet: D9, 6B and B2. RGB value is (217,107,178). Sum of RGB (Red+Green+Blue) = 217+107+178=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96BB2 is #26944D. Grayscale: #939393. Windows color (decimal): -2528334 or 11693017. OLE color: 11693017.

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

Color convert

RGB217107178-
CMYK00.510.180.15
HSL321.27º59.14%63.53%-
HSV(B)321.27º50.69%85.1%-
XYZ41.9128.4845.41-
YUV147.98144.94177.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 107 (42.19% from 255) = 21.31%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=43.23%
G=21.31%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710717800.510.180.15321.2759.1463.53
HexD96BB203312F1413b40
Octal331153262063221750173100
Binary1101100111010111011001001100111001011111010000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BB2; }

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

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

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

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

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

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

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

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