#D777B0

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

Shades of Persian Pink #D777B0

Tints of Persian Pink #D777B0

Color information

#D777B0 (or 0xD777B0) is unknown color: approx Persian Pink. HEX triplet: D7, 77 and B0. RGB value is (215,119,176). Sum of RGB (Red+Green+Blue) = 215+119+176=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D777B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D777B0 is #28884F. Grayscale: #9A9A9A. Windows color (decimal): -2656336 or 11565015. OLE color: 11565015.

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

Color convert

RGB215119176-
CMYK00.450.180.16
HSL324.38º54.55%65.49%-
HSV(B)324.38º44.65%84.31%-
XYZ42.4630.7844.78-
YUV154.2140.3171.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=42.16%
G=23.33%
B=34.51%

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
Decimal21511917600.450.180.16324.3854.5565.49
HexD777B002D12101443741
Octal327167260055222050467101
Binary11010111111011110110000010110110010100001010001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777B0; }

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

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

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

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

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

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

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

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