#D780BC

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

Shades of Persian Pink #D780BC

Tints of Persian Pink #D780BC

Color information

#D780BC (or 0xD780BC) is unknown color: approx Persian Pink. HEX triplet: D7, 80 and BC. RGB value is (215,128,188). Sum of RGB (Red+Green+Blue) = 215+128+188=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D780BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780BC is #287F43. Grayscale: #A0A0A0. Windows color (decimal): -2654020 or 12353751. OLE color: 12353751.

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

Color convert

RGB215128188-
CMYK00.400.130.16
HSL318.62º52.1%67.25%-
HSV(B)318.62º40.47%84.31%-
XYZ44.8233.5251.68-
YUV160.85143.32166.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=40.49%
G=24.11%
B=35.40%

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
Decimal21512818800.400.130.16318.6252.167.25
HexD780BC028D1013f3443
Octal327200274050152047764103
Binary11010111100000001011110001010001101100001001111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780BC; }

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

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

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

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

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

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

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

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