#D96CB7

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

Shades of Persian Pink #D96CB7

Tints of Persian Pink #D96CB7

Color information

#D96CB7 (or 0xD96CB7) is unknown color: approx Persian Pink. HEX triplet: D9, 6C and B7. RGB value is (217,108,183). Sum of RGB (Red+Green+Blue) = 217+108+183=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CB7 is #269348. Grayscale: #949494. Windows color (decimal): -2528073 or 12020953. OLE color: 12020953.

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

Color convert

RGB217108183-
CMYK00.500.160.15
HSL318.72º58.92%63.73%-
HSV(B)318.72º50.23%85.1%-
XYZ42.5328.948.14-
YUV149.14147.11176.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=42.72%
G=21.26%
B=36.02%

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
Decimal21710818300.500.160.15318.7258.9263.73
HexD96CB703210F13f3b40
Octal331154267062201747773100
Binary1101100111011001011011101100101000011111001111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96CB7; }

 p { color: rgb(217,108,183); }

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

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

 a { background-color: rgb(217,108,183); }

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

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

 span { border-color: rgb(217,108,183); }

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