Html Css Color HEX #D87CBB Persian Pink

📋 copy color: '#D87CBB'

red 216 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #D87CBB

Tints of Persian Pink #D87CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 40.99%
G = 23.53%
B = 35.48%

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

#D87CBB (or 0xD87CBB) is known color: Persian Pink. HEX triplet: D8, 7C and BB. RGB value is (216,124,187). Sum of RGB (Red+Green+Blue) = 216+124+187=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CBB is #278344. Grayscale: #9E9E9E. Windows color (decimal): -2589509 or 12287192. OLE color: 12287192.

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

Color convert

RGB 216 124 187 -
CMYK 0 0.43 0.13 0.15
HSL 318.91º 0.54% 0.67% -
HSV(B) 318.91º 0.43% 0.85% -
XYZ 44.5 32.6 50.96 -
YUV 158.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 216 124 187 0 0.43 0.13 0.15 318.91 0.54 0.67
Hex D8 7C BB 0 2B D F 13F 36 43
Octal 330 174 273 0 53 15 17 477 66 103
Binary 11011000 1111100 10111011 0 101011 1101 1111 100111111 110110 1000011

Color Harmonies of #D87CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CBB

Black with #D87CBB

Text Example


Text Example

White with #D87CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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