#D777B1

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

Shades of Persian Pink #D777B1

Tints of Persian Pink #D777B1

Color information

#D777B1 (or 0xD777B1) is unknown color: approx Persian Pink. HEX triplet: D7, 77 and B1. RGB value is (215,119,177). Sum of RGB (Red+Green+Blue) = 215+119+177=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D777B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D777B1 is #28884E. Grayscale: #9A9A9A. Windows color (decimal): -2656335 or 11630551. OLE color: 11630551.

HSL color Cylindrical-coordinate representation of color #D777B1: hue angle of 323.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D777B1 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215119177-
CMYK00.450.180.16
HSL323.75º54.55%65.49%-
HSV(B)323.75º44.65%84.31%-
XYZ42.5630.8245.3-
YUV154.32140.8171.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=42.07%
G=23.29%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511917700.450.180.16323.7554.5565.49
HexD777B102D12101443741
Octal327167261055222050467101
Binary11010111111011110110001010110110010100001010001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777B1; }

 p { color: rgb(215,119,177); }

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

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

 a { background-color: rgb(215,119,177); }

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

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

 span { border-color: rgb(215,119,177); }

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