#D96BB4

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

Shades of Persian Pink #D96BB4

Tints of Persian Pink #D96BB4

Color information

#D96BB4 (or 0xD96BB4) is unknown color: approx Persian Pink. HEX triplet: D9, 6B and B4. RGB value is (217,107,180). Sum of RGB (Red+Green+Blue) = 217+107+180=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BB4 is #26944B. Grayscale: #949494. Windows color (decimal): -2528332 or 11824089. OLE color: 11824089.

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

Color convert

RGB217107180-
CMYK00.510.170.15
HSL320.18º59.14%63.53%-
HSV(B)320.18º50.69%85.1%-
XYZ42.1128.5646.47-
YUV148.21145.94177.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=43.06%
G=21.23%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710718000.510.170.15320.1859.1463.53
HexD96BB403311F1403b40
Octal331153264063211750073100
Binary1101100111010111011010001100111000111111010000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BB4; }

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

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

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

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

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

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

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

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