Html Css Color HEX #D87BBC Persian Pink

📋 copy color: '#D87BBC'

red 216 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #D87BBC

Tints of Persian Pink #D87BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 40.99%
G = 23.34%
B = 35.67%

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

#D87BBC (or 0xD87BBC) is known color: Persian Pink. HEX triplet: D8, 7B and BC. RGB value is (216,123,188). Sum of RGB (Red+Green+Blue) = 216+123+188=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BBC is #278443. Grayscale: #9E9E9E. Windows color (decimal): -2589764 or 12352472. OLE color: 12352472.

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

Color convert

RGB 216 123 188 -
CMYK 0 0.43 0.13 0.15
HSL 318.06º 0.54% 0.66% -
HSV(B) 318.06º 0.43% 0.85% -
XYZ 44.48 32.4 51.49 -
YUV 158.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 216 123 188 0 0.43 0.13 0.15 318.06 0.54 0.66
Hex D8 7B BC 0 2B D F 13E 36 42
Octal 330 173 274 0 53 15 17 476 66 102
Binary 11011000 1111011 10111100 0 101011 1101 1111 100111110 110110 1000010

Color Harmonies of #D87BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BBC

Black with #D87BBC

Text Example


Text Example

White with #D87BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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