Html Css Color HEX #D87CBA Persian Pink

📋 copy color: '#D87CBA'

red 216 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #D87CBA

Tints of Persian Pink #D87CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 41.06%
G = 23.57%
B = 35.36%

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

#D87CBA (or 0xD87CBA) is known color: Persian Pink. HEX triplet: D8, 7C and BA. RGB value is (216,124,186). Sum of RGB (Red+Green+Blue) = 216+124+186=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CBA is #278345. Grayscale: #9E9E9E. Windows color (decimal): -2589510 or 12221656. OLE color: 12221656.

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

Color convert

RGB 216 124 186 -
CMYK 0 0.43 0.14 0.15
HSL 319.57º 0.54% 0.67% -
HSV(B) 319.57º 0.43% 0.85% -
XYZ 44.39 32.56 50.4 -
YUV 158.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 216 124 186 0 0.43 0.14 0.15 319.57 0.54 0.67
Hex D8 7C BA 0 2B E F 140 36 43
Octal 330 174 272 0 53 16 17 500 66 103
Binary 11011000 1111100 10111010 0 101011 1110 1111 101000000 110110 1000011

Color Harmonies of #D87CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CBA

Black with #D87CBA

Text Example


Text Example

White with #D87CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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