Html Css Color HEX #D87CBC Persian Pink

📋 copy color: '#D87CBC'

red 216 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #D87CBC

Tints of Persian Pink #D87CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 40.91%
G = 23.48%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D87CBC (or 0xD87CBC) is known color: Persian Pink. HEX triplet: D8, 7C and BC. RGB value is (216,124,188). Sum of RGB (Red+Green+Blue) = 216+124+188=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CBC is #278343. Grayscale: #9E9E9E. Windows color (decimal): -2589508 or 12352728. OLE color: 12352728.

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

Color convert

RGB 216 124 188 -
CMYK 0 0.43 0.13 0.15
HSL 318.26º 0.54% 0.67% -
HSV(B) 318.26º 0.43% 0.85% -
XYZ 44.6 32.65 51.53 -
YUV 158.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 216 124 188 0 0.43 0.13 0.15 318.26 0.54 0.67
Hex D8 7C BC 0 2B D F 13E 36 43
Octal 330 174 274 0 53 15 17 476 66 103
Binary 11011000 1111100 10111100 0 101011 1101 1111 100111110 110110 1000011

Color Harmonies of #D87CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CBC

Black with #D87CBC

Text Example


Text Example

White with #D87CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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