Html Css Color HEX #D87BBA Persian Pink

📋 copy color: '#D87BBA'

red 216 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #D87BBA

Tints of Persian Pink #D87BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.43%

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

R = 41.14%
G = 23.43%
B = 35.43%

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

#D87BBA (or 0xD87BBA) is known color: Persian Pink. HEX triplet: D8, 7B and BA. RGB value is (216,123,186). Sum of RGB (Red+Green+Blue) = 216+123+186=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BBA is #278445. Grayscale: #9D9D9D. Windows color (decimal): -2589766 or 12221400. OLE color: 12221400.

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

Color convert

RGB 216 123 186 -
CMYK 0 0.43 0.14 0.15
HSL 319.35º 0.54% 0.66% -
HSV(B) 319.35º 0.43% 0.85% -
XYZ 44.26 32.31 50.36 -
YUV 157.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 216 123 186 0 0.43 0.14 0.15 319.35 0.54 0.66
Hex D8 7B BA 0 2B E F 13F 36 42
Octal 330 173 272 0 53 16 17 477 66 102
Binary 11011000 1111011 10111010 0 101011 1110 1111 100111111 110110 1000010

Color Harmonies of #D87BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BBA

Black with #D87BBA

Text Example


Text Example

White with #D87BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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