Html Css Color HEX #D87EB9 Persian Pink

📋 copy color: '#D87EB9'

red 216 ◦ green 126 ◦ blue 185

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

Shades of Persian Pink #D87EB9

Tints of Persian Pink #D87EB9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.91%

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 40.99%
G = 23.91%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D87EB9 (or 0xD87EB9) is known color: Persian Pink. HEX triplet: D8, 7E and B9. RGB value is (216,126,185). Sum of RGB (Red+Green+Blue) = 216+126+185=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EB9 is #278146. Grayscale: #9F9F9F. Windows color (decimal): -2588999 or 12156632. OLE color: 12156632.

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

Color convert

RGB 216 126 185 -
CMYK 0 0.42 0.14 0.15
HSL 320.67º 0.54% 0.67% -
HSV(B) 320.67º 0.42% 0.85% -
XYZ 44.54 33.02 49.93 -
YUV 159.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 216 126 185 0 0.42 0.14 0.15 320.67 0.54 0.67
Hex D8 7E B9 0 2A E F 141 36 43
Octal 330 176 271 0 52 16 17 501 66 103
Binary 11011000 1111110 10111001 0 101010 1110 1111 101000001 110110 1000011

Color Harmonies of #D87EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EB9

Black with #D87EB9

Text Example


Text Example

White with #D87EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EB9; }

 p { color: rgb(216,126,185); }

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

background-color css

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

 a { background-color: rgb(216,126,185); }

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

border-color css

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

 span { border-color: rgb(216,126,185); }

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