#D77DBA

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

Shades of Persian Pink #D77DBA

Tints of Persian Pink #D77DBA

Color information

#D77DBA (or 0xD77DBA) is unknown color: approx Persian Pink. HEX triplet: D7, 7D and BA. RGB value is (215,125,186). Sum of RGB (Red+Green+Blue) = 215+125+186=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DBA is #288245. Grayscale: #9E9E9E. Windows color (decimal): -2654790 or 12221911. OLE color: 12221911.

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

Color convert

RGB215125186-
CMYK00.420.130.16
HSL319.33º52.94%66.67%-
HSV(B)319.33º41.86%84.31%-
XYZ44.2232.6650.43-
YUV158.86143.32168.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=40.87%
G=23.76%
B=35.36%

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
Decimal21512518600.420.130.16319.3352.9466.67
HexD77DBA02AD1013f3543
Octal327175272052152047765103
Binary1101011111111011011101001010101101100001001111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DBA; }

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

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

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

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

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

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

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

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