Html Css Color HEX #D87BB9 Persian Pink

📋 copy color: '#D87BB9'

red 216 ◦ green 123 ◦ blue 185

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

Shades of Persian Pink #D87BB9

Tints of Persian Pink #D87BB9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.47%

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

R = 41.22%
G = 23.47%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D87BB9 (or 0xD87BB9) is known color: Persian Pink. HEX triplet: D8, 7B and B9. RGB value is (216,123,185). Sum of RGB (Red+Green+Blue) = 216+123+185=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BB9 is #278446. Grayscale: #9D9D9D. Windows color (decimal): -2589767 or 12155864. OLE color: 12155864.

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

Color convert

RGB 216 123 185 -
CMYK 0 0.43 0.14 0.15
HSL 320º 0.54% 0.66% -
HSV(B) 320º 0.43% 0.85% -
XYZ 44.16 32.27 49.8 -
YUV 157.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 216 123 185 0 0.43 0.14 0.15 320 0.54 0.66
Hex D8 7B B9 0 2B E F 140 36 42
Octal 330 173 271 0 53 16 17 500 66 102
Binary 11011000 1111011 10111001 0 101011 1110 1111 101000000 110110 1000010

Color Harmonies of #D87BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BB9

Black with #D87BB9

Text Example


Text Example

White with #D87BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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