Html Css Color HEX #D87FBA Persian Pink

📋 copy color: '#D87FBA'

red 216 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #D87FBA

Tints of Persian Pink #D87FBA

RGB

 RED value IS 216 (84.77% from 255) = 40.83%

 GREEN value IS 127 (50% from 255) = 24.01%

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 40.83%
G = 24.01%
B = 35.16%

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

#D87FBA (or 0xD87FBA) is known color: Persian Pink. HEX triplet: D8, 7F and BA. RGB value is (216,127,186). Sum of RGB (Red+Green+Blue) = 216+127+186=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FBA is #278045. Grayscale: #A0A0A0. Windows color (decimal): -2588742 or 12222424. OLE color: 12222424.

HSL color Cylindrical-coordinate representation of color #D87FBA: hue angle of 320.22º 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 #D87FBA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 127 186 -
CMYK 0 0.41 0.14 0.15
HSL 320.22º 0.53% 0.67% -
HSV(B) 320.22º 0.41% 0.85% -
XYZ 44.77 33.32 50.53 -
YUV 160.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 216 127 186 0 0.41 0.14 0.15 320.22 0.53 0.67
Hex D8 7F BA 0 29 E F 140 35 43
Octal 330 177 272 0 51 16 17 500 65 103
Binary 11011000 1111111 10111010 0 101001 1110 1111 101000000 110101 1000011

Color Harmonies of #D87FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FBA

Black with #D87FBA

Text Example


Text Example

White with #D87FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FBA; }

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

 H1.HeaderClassName
 {
   color: #D87FBA;
 }
 .AnyTagClassName
 {
   color: #D87FBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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