Html Css Color HEX #D87BB2 Persian Pink

📋 copy color: '#D87BB2'

red 216 ◦ green 123 ◦ blue 178

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

Shades of Persian Pink #D87BB2

Tints of Persian Pink #D87BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 41.78%
G = 23.79%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D87BB2 (or 0xD87BB2) is known color: Persian Pink. HEX triplet: D8, 7B and B2. RGB value is (216,123,178). Sum of RGB (Red+Green+Blue) = 216+123+178=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BB2 is #27844D. Grayscale: #9C9C9C. Windows color (decimal): -2589774 or 11697112. OLE color: 11697112.

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

Color convert

RGB 216 123 178 -
CMYK 0 0.43 0.18 0.15
HSL 324.52º 0.54% 0.66% -
HSV(B) 324.52º 0.43% 0.85% -
XYZ 43.44 31.98 46 -
YUV 157.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 216 123 178 0 0.43 0.18 0.15 324.52 0.54 0.66
Hex D8 7B B2 0 2B 12 F 145 36 42
Octal 330 173 262 0 53 22 17 505 66 102
Binary 11011000 1111011 10110010 0 101011 10010 1111 101000101 110110 1000010

Color Harmonies of #D87BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BB2

Black with #D87BB2

Text Example


Text Example

White with #D87BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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