Html Css Color HEX #D87BB6 Persian Pink

📋 copy color: '#D87BB6'

red 216 ◦ green 123 ◦ blue 182

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

Shades of Persian Pink #D87BB6

Tints of Persian Pink #D87BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.93%

R = 41.46%
G = 23.61%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D87BB6 (or 0xD87BB6) is known color: Persian Pink. HEX triplet: D8, 7B and B6. RGB value is (216,123,182). Sum of RGB (Red+Green+Blue) = 216+123+182=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BB6 is #278449. Grayscale: #9D9D9D. Windows color (decimal): -2589770 or 11959256. OLE color: 11959256.

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

Color convert

RGB 216 123 182 -
CMYK 0 0.43 0.16 0.15
HSL 321.94º 0.54% 0.66% -
HSV(B) 321.94º 0.43% 0.85% -
XYZ 43.85 32.14 48.15 -
YUV 157.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 216 123 182 0 0.43 0.16 0.15 321.94 0.54 0.66
Hex D8 7B B6 0 2B 10 F 142 36 42
Octal 330 173 266 0 53 20 17 502 66 102
Binary 11011000 1111011 10110110 0 101011 10000 1111 101000010 110110 1000010

Color Harmonies of #D87BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BB6

Black with #D87BB6

Text Example


Text Example

White with #D87BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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