#D96FB8

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

Shades of Persian Pink #D96FB8

Tints of Persian Pink #D96FB8

Color information

#D96FB8 (or 0xD96FB8) is unknown color: approx Persian Pink. HEX triplet: D9, 6F and B8. RGB value is (217,111,184). Sum of RGB (Red+Green+Blue) = 217+111+184=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FB8 is #269047. Grayscale: #969696. Windows color (decimal): -2527304 or 12087257. OLE color: 12087257.

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

Color convert

RGB217111184-
CMYK00.490.150.15
HSL318.68º58.24%64.31%-
HSV(B)318.68º48.85%85.1%-
XYZ42.9529.5848.79-
YUV151.02146.62175.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 184 (72.27% from 255) = 35.94%
R=42.38%
G=21.68%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711118400.490.150.15318.6858.2464.31
HexD96FB8031FF13f3a40
Octal331157270061171747772100
Binary110110011101111101110000110001111111111001111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FB8; }

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

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

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

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

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

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

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

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