Html Css Color HEX #D87CB5 Persian Pink

📋 copy color: '#D87CB5'

red 216 ◦ green 124 ◦ blue 181

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

Shades of Persian Pink #D87CB5

Tints of Persian Pink #D87CB5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 41.46%
G = 23.8%
B = 34.74%

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

#D87CB5 (or 0xD87CB5) is known color: Persian Pink. HEX triplet: D8, 7C and B5. RGB value is (216,124,181). Sum of RGB (Red+Green+Blue) = 216+124+181=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CB5 is #27834A. Grayscale: #9D9D9D. Windows color (decimal): -2589515 or 11893976. OLE color: 11893976.

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

Color convert

RGB 216 124 181 -
CMYK 0 0.43 0.16 0.15
HSL 322.83º 0.54% 0.67% -
HSV(B) 322.83º 0.43% 0.85% -
XYZ 43.87 32.35 47.65 -
YUV 158.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 216 124 181 0 0.43 0.16 0.15 322.83 0.54 0.67
Hex D8 7C B5 0 2B 10 F 143 36 43
Octal 330 174 265 0 53 20 17 503 66 103
Binary 11011000 1111100 10110101 0 101011 10000 1111 101000011 110110 1000011

Color Harmonies of #D87CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CB5

Black with #D87CB5

Text Example


Text Example

White with #D87CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CB5; }

 p { color: rgb(216,124,181); }

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

background-color css

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

 a { background-color: rgb(216,124,181); }

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

border-color css

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

 span { border-color: rgb(216,124,181); }

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