#D880BA

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

Shades of Persian Pink #D880BA

Tints of Persian Pink #D880BA

Color information

#D880BA (or 0xD880BA) is unknown color: approx Persian Pink. HEX triplet: D8, 80 and BA. RGB value is (216,128,186). Sum of RGB (Red+Green+Blue) = 216+128+186=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D880BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880BA is #277F45. Grayscale: #A0A0A0. Windows color (decimal): -2588486 or 12222680. OLE color: 12222680.

HSL color Cylindrical-coordinate representation of color #D880BA: hue angle of 320.45º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880BA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216128186-
CMYK00.410.140.15
HSL320.45º53.01%67.45%-
HSV(B)320.45º40.74%84.71%-
XYZ44.933.5850.57-
YUV160.92142.15167.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=40.75%
G=24.15%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612818600.410.140.15320.4553.0167.45
HexD880BA029EF1403543
Octal330200272051161750065103
Binary1101100010000000101110100101001111011111010000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880BA; }

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

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

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

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

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

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

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

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