#D77AB5

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

Shades of Persian Pink #D77AB5

Tints of Persian Pink #D77AB5

Color information

#D77AB5 (or 0xD77AB5) is unknown color: approx Persian Pink. HEX triplet: D7, 7A and B5. RGB value is (215,122,181). Sum of RGB (Red+Green+Blue) = 215+122+181=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AB5 is #28854A. Grayscale: #9C9C9C. Windows color (decimal): -2655563 or 11893463. OLE color: 11893463.

HSL color Cylindrical-coordinate representation of color #D77AB5: hue angle of 321.94º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77AB5 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215122181-
CMYK00.430.160.16
HSL321.94º53.76%66.08%-
HSV(B)321.94º43.26%84.31%-
XYZ43.3231.747.55-
YUV156.53141.81169.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=41.51%
G=23.55%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512218100.430.160.16321.9453.7666.08
HexD77AB502B10101423642
Octal327172265053202050266102
Binary11010111111101010110101010101110000100001010000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77AB5; }

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

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

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

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

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

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

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

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