#D96BB6

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

Shades of Persian Pink #D96BB6

Tints of Persian Pink #D96BB6

Color information

#D96BB6 (or 0xD96BB6) is unknown color: approx Persian Pink. HEX triplet: D9, 6B and B6. RGB value is (217,107,182). Sum of RGB (Red+Green+Blue) = 217+107+182=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BB6 is #269449. Grayscale: #949494. Windows color (decimal): -2528330 or 11955161. OLE color: 11955161.

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

Color convert

RGB217107182-
CMYK00.510.160.15
HSL319.09º59.14%63.53%-
HSV(B)319.09º50.69%85.1%-
XYZ42.3228.6447.55-
YUV148.44146.94176.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=42.89%
G=21.15%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710718200.510.160.15319.0959.1463.53
HexD96BB603310F13f3b40
Octal331153266063201747773100
Binary1101100111010111011011001100111000011111001111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BB6; }

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

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

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

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

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

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

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

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