Html Css Color HEX #D87CB9 Persian Pink

📋 copy color: '#D87CB9'

red 216 ◦ green 124 ◦ blue 185

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

Shades of Persian Pink #D87CB9

Tints of Persian Pink #D87CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.62%

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

R = 41.14%
G = 23.62%
B = 35.24%

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

#D87CB9 (or 0xD87CB9) is known color: Persian Pink. HEX triplet: D8, 7C and B9. RGB value is (216,124,185). Sum of RGB (Red+Green+Blue) = 216+124+185=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CB9 is #278346. Grayscale: #9E9E9E. Windows color (decimal): -2589511 or 12156120. OLE color: 12156120.

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

Color convert

RGB 216 124 185 -
CMYK 0 0.43 0.14 0.15
HSL 320.22º 0.54% 0.67% -
HSV(B) 320.22º 0.43% 0.85% -
XYZ 44.28 32.52 49.84 -
YUV 158.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 216 124 185 0 0.43 0.14 0.15 320.22 0.54 0.67
Hex D8 7C B9 0 2B E F 140 36 43
Octal 330 174 271 0 53 16 17 500 66 103
Binary 11011000 1111100 10111001 0 101011 1110 1111 101000000 110110 1000011

Color Harmonies of #D87CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CB9

Black with #D87CB9

Text Example


Text Example

White with #D87CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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