Html Css Color HEX #D880BA Persian Pink

📋 copy color: '#D880BA'

red 216 ◦ green 128 ◦ blue 186

#D880BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #D880BA

Tints of Persian Pink #D880BA

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 value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D880BA (or 0xD880BA) is known color: 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

RGB 216 128 186 -
CMYK 0 0.41 0.14 0.15
HSL 320.45º 0.53% 0.67% -
HSV(B) 320.45º 0.41% 0.85% -
XYZ 44.9 33.58 50.57 -
YUV 160.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 216 128 186 0 0.41 0.14 0.15 320.45 0.53 0.67
Hex D8 80 BA 0 29 E F 140 35 43
Octal 330 200 272 0 51 16 17 500 65 103
Binary 11011000 10000000 10111010 0 101001 1110 1111 101000000 110101 1000011

Color Harmonies of #D880BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880BA

Black with #D880BA

Text Example


Text Example

White with #D880BA

Text Example


Text Example

HTML Codes & Css Web 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>