Html Css Color HEX #D87FBE Persian Pink

📋 copy color: '#D87FBE'

red 216 ◦ green 127 ◦ blue 190

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

Shades of Persian Pink #D87FBE

Tints of Persian Pink #D87FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 40.53%
G = 23.83%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D87FBE (or 0xD87FBE) is known color: Persian Pink. HEX triplet: D8, 7F and BE. RGB value is (216,127,190). Sum of RGB (Red+Green+Blue) = 216+127+190=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FBE is #278041. Grayscale: #A0A0A0. Windows color (decimal): -2588738 or 12484568. OLE color: 12484568.

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

Color convert

RGB 216 127 190 -
CMYK 0 0.41 0.12 0.15
HSL 317.53º 0.53% 0.67% -
HSV(B) 317.53º 0.41% 0.85% -
XYZ 45.2 33.5 52.8 -
YUV 160.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 216 127 190 0 0.41 0.12 0.15 317.53 0.53 0.67
Hex D8 7F BE 0 29 C F 13E 35 43
Octal 330 177 276 0 51 14 17 476 65 103
Binary 11011000 1111111 10111110 0 101001 1100 1111 100111110 110101 1000011

Color Harmonies of #D87FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FBE

Black with #D87FBE

Text Example


Text Example

White with #D87FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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