#D77DBB

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

Shades of Persian Pink #D77DBB

Tints of Persian Pink #D77DBB

Color information

#D77DBB (or 0xD77DBB) is unknown color: approx Persian Pink. HEX triplet: D7, 7D and BB. RGB value is (215,125,187). Sum of RGB (Red+Green+Blue) = 215+125+187=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DBB is #288244. Grayscale: #9E9E9E. Windows color (decimal): -2654789 or 12287447. OLE color: 12287447.

HSL color Cylindrical-coordinate representation of color #D77DBB: hue angle of 318.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DBB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215125187-
CMYK00.420.130.16
HSL318.67º52.94%66.67%-
HSV(B)318.67º41.86%84.31%-
XYZ44.3332.750.99-
YUV158.98143.82167.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=40.80%
G=23.72%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512518700.420.130.16318.6752.9466.67
HexD77DBB02AD1013f3543
Octal327175273052152047765103
Binary1101011111111011011101101010101101100001001111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DBB; }

 p { color: rgb(215,125,187); }

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

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

 a { background-color: rgb(215,125,187); }

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

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

 span { border-color: rgb(215,125,187); }

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