#D77FB7

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

Shades of Persian Pink #D77FB7

Tints of Persian Pink #D77FB7

Color information

#D77FB7 (or 0xD77FB7) is unknown color: approx Persian Pink. HEX triplet: D7, 7F and B7. RGB value is (215,127,183). Sum of RGB (Red+Green+Blue) = 215+127+183=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FB7 is #288048. Grayscale: #9F9F9F. Windows color (decimal): -2654281 or 12025815. OLE color: 12025815.

HSL color Cylindrical-coordinate representation of color #D77FB7: hue angle of 321.82º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FB7 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215127183-
CMYK00.410.150.16
HSL321.82º52.38%67.06%-
HSV(B)321.82º40.93%84.31%-
XYZ44.1633.0448.85-
YUV159.7141.15167.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=40.95%
G=24.19%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512718300.410.150.16321.8252.3867.06
HexD77FB7029F101423443
Octal327177267051172050264103
Binary1101011111111111011011101010011111100001010000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FB7; }

 p { color: rgb(215,127,183); }

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

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

 a { background-color: rgb(215,127,183); }

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

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

 span { border-color: rgb(215,127,183); }

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