Html Css Color HEX #D87BBB Persian Pink

📋 copy color: '#D87BBB'

red 216 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #D87BBB

Tints of Persian Pink #D87BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 41.06%
G = 23.38%
B = 35.55%

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

#D87BBB (or 0xD87BBB) is known color: Persian Pink. HEX triplet: D8, 7B and BB. RGB value is (216,123,187). Sum of RGB (Red+Green+Blue) = 216+123+187=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BBB is #278444. Grayscale: #9D9D9D. Windows color (decimal): -2589765 or 12286936. OLE color: 12286936.

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

Color convert

RGB 216 123 187 -
CMYK 0 0.43 0.13 0.15
HSL 318.71º 0.54% 0.66% -
HSV(B) 318.71º 0.43% 0.85% -
XYZ 44.37 32.35 50.92 -
YUV 158.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 216 123 187 0 0.43 0.13 0.15 318.71 0.54 0.66
Hex D8 7B BB 0 2B D F 13F 36 42
Octal 330 173 273 0 53 15 17 477 66 102
Binary 11011000 1111011 10111011 0 101011 1101 1111 100111111 110110 1000010

Color Harmonies of #D87BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BBB

Black with #D87BBB

Text Example


Text Example

White with #D87BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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