Html Css Color HEX #D87EBD Persian Pink

📋 copy color: '#D87EBD'

red 216 ◦ green 126 ◦ blue 189

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

Shades of Persian Pink #D87EBD

Tints of Persian Pink #D87EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.73%

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 40.68%
G = 23.73%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D87EBD (or 0xD87EBD) is known color: Persian Pink. HEX triplet: D8, 7E and BD. RGB value is (216,126,189). Sum of RGB (Red+Green+Blue) = 216+126+189=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EBD is #278142. Grayscale: #9F9F9F. Windows color (decimal): -2588995 or 12418776. OLE color: 12418776.

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

Color convert

RGB 216 126 189 -
CMYK 0 0.42 0.12 0.15
HSL 318º 0.54% 0.67% -
HSV(B) 318º 0.42% 0.85% -
XYZ 44.97 33.19 52.18 -
YUV 160.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 216 126 189 0 0.42 0.12 0.15 318 0.54 0.67
Hex D8 7E BD 0 2A C F 13E 36 43
Octal 330 176 275 0 52 14 17 476 66 103
Binary 11011000 1111110 10111101 0 101010 1100 1111 100111110 110110 1000011

Color Harmonies of #D87EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EBD

Black with #D87EBD

Text Example


Text Example

White with #D87EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EBD; }

 p { color: rgb(216,126,189); }

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

background-color css

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

 a { background-color: rgb(216,126,189); }

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

border-color css

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

 span { border-color: rgb(216,126,189); }

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