#D776B4

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

Shades of Persian Pink #D776B4

Tints of Persian Pink #D776B4

Color information

#D776B4 (or 0xD776B4) is unknown color: approx Persian Pink. HEX triplet: D7, 76 and B4. RGB value is (215,118,180). Sum of RGB (Red+Green+Blue) = 215+118+180=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D776B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776B4 is #28894B. Grayscale: #999999. Windows color (decimal): -2656588 or 11826903. OLE color: 11826903.

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

Color convert

RGB215118180-
CMYK00.450.160.16
HSL321.65º54.8%65.29%-
HSV(B)321.65º45.12%84.31%-
XYZ42.7430.746.85-
YUV154.07142.64171.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 118 (46.48% from 255) = 23.00%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=41.91%
G=23.00%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511818000.450.160.16321.6554.865.29
HexD776B402D10101423741
Octal327166264055202050267101
Binary11010111111011010110100010110110000100001010000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776B4; }

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

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

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

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

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

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

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

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