#D777BA

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

Shades of Persian Pink #D777BA

Tints of Persian Pink #D777BA

Color information

#D777BA (or 0xD777BA) is unknown color: approx Persian Pink. HEX triplet: D7, 77 and BA. RGB value is (215,119,186). Sum of RGB (Red+Green+Blue) = 215+119+186=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D777BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777BA is #288845. Grayscale: #9B9B9B. Windows color (decimal): -2656326 or 12220375. OLE color: 12220375.

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

Color convert

RGB215119186-
CMYK00.450.130.16
HSL318.12º54.55%65.49%-
HSV(B)318.12º44.65%84.31%-
XYZ43.4831.1950.18-
YUV155.34145.3170.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=41.35%
G=22.88%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511918600.450.130.16318.1254.5565.49
HexD777BA02DD1013e3741
Octal327167272055152047667101
Binary1101011111101111011101001011011101100001001111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777BA; }

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

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

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

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

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

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

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

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