#D780BA

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

Shades of Persian Pink #D780BA

Tints of Persian Pink #D780BA

Color information

#D780BA (or 0xD780BA) is unknown color: approx Persian Pink. HEX triplet: D7, 80 and BA. RGB value is (215,128,186). Sum of RGB (Red+Green+Blue) = 215+128+186=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D780BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780BA is #287F45. Grayscale: #A0A0A0. Windows color (decimal): -2654022 or 12222679. OLE color: 12222679.

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

Color convert

RGB215128186-
CMYK00.400.130.16
HSL320º52.1%67.25%-
HSV(B)320º40.47%84.31%-
XYZ44.6133.4350.56-
YUV160.62142.32166.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=40.64%
G=24.20%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512818600.400.130.1632052.167.25
HexD780BA028D101403443
Octal327200272050152050064103
Binary11010111100000001011101001010001101100001010000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780BA; }

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

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

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

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

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

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

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

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