#D77FB5

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

Shades of Persian Pink #D77FB5

Tints of Persian Pink #D77FB5

Color information

#D77FB5 (or 0xD77FB5) is unknown color: approx Persian Pink. HEX triplet: D7, 7F and B5. RGB value is (215,127,181). Sum of RGB (Red+Green+Blue) = 215+127+181=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FB5 is #28804A. Grayscale: #9F9F9F. Windows color (decimal): -2654283 or 11894743. OLE color: 11894743.

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

Color convert

RGB215127181-
CMYK00.410.160.16
HSL323.18º52.38%67.06%-
HSV(B)323.18º40.93%84.31%-
XYZ43.9532.9647.76-
YUV159.47140.15167.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=41.11%
G=24.28%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512718100.410.160.16323.1852.3867.06
HexD77FB502910101433443
Octal327177265051202050364103
Binary11010111111111110110101010100110000100001010000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FB5; }

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

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

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

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

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

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

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

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