#D776B9

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

Shades of Persian Pink #D776B9

Tints of Persian Pink #D776B9

Color information

#D776B9 (or 0xD776B9) is unknown color: approx Persian Pink. HEX triplet: D7, 76 and B9. RGB value is (215,118,185). Sum of RGB (Red+Green+Blue) = 215+118+185=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D776B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776B9 is #288946. Grayscale: #9A9A9A. Windows color (decimal): -2656583 or 12154583. OLE color: 12154583.

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

Color convert

RGB215118185-
CMYK00.450.140.16
HSL318.56º54.8%65.29%-
HSV(B)318.56º45.12%84.31%-
XYZ43.2630.9149.58-
YUV154.64145.14171.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 118 (46.48% from 255) = 22.78%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=41.51%
G=22.78%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511818500.450.140.16318.5654.865.29
HexD776B902DE1013f3741
Octal327166271055162047767101
Binary1101011111101101011100101011011110100001001111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776B9; }

 p { color: rgb(215,118,185); }

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

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

 a { background-color: rgb(215,118,185); }

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

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

 span { border-color: rgb(215,118,185); }

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