Html Css Color HEX #D87EBA Persian Pink

📋 copy color: '#D87EBA'

red 216 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #D87EBA

Tints of Persian Pink #D87EBA

RGB

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

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

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

R = 40.91%
G = 23.86%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D87EBA (or 0xD87EBA) is known color: Persian Pink. HEX triplet: D8, 7E and BA. RGB value is (216,126,186). Sum of RGB (Red+Green+Blue) = 216+126+186=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EBA is #278145. Grayscale: #9F9F9F. Windows color (decimal): -2588998 or 12222168. OLE color: 12222168.

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

Color convert

RGB 216 126 186 -
CMYK 0 0.42 0.14 0.15
HSL 320º 0.54% 0.67% -
HSV(B) 320º 0.42% 0.85% -
XYZ 44.64 33.07 50.48 -
YUV 159.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 216 126 186 0 0.42 0.14 0.15 320 0.54 0.67
Hex D8 7E BA 0 2A E F 140 36 43
Octal 330 176 272 0 52 16 17 500 66 103
Binary 11011000 1111110 10111010 0 101010 1110 1111 101000000 110110 1000011

Color Harmonies of #D87EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EBA

Black with #D87EBA

Text Example


Text Example

White with #D87EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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