Html Css Color HEX #D87CB7 Persian Pink

📋 copy color: '#D87CB7'

red 216 ◦ green 124 ◦ blue 183

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

Shades of Persian Pink #D87CB7

Tints of Persian Pink #D87CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.99%

R = 41.3%
G = 23.71%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D87CB7 (or 0xD87CB7) is known color: Persian Pink. HEX triplet: D8, 7C and B7. RGB value is (216,124,183). Sum of RGB (Red+Green+Blue) = 216+124+183=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CB7 is #278348. Grayscale: #9E9E9E. Windows color (decimal): -2589513 or 12025048. OLE color: 12025048.

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

Color convert

RGB 216 124 183 -
CMYK 0 0.43 0.15 0.15
HSL 321.52º 0.54% 0.67% -
HSV(B) 321.52º 0.43% 0.85% -
XYZ 44.07 32.43 48.74 -
YUV 158.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 216 124 183 0 0.43 0.15 0.15 321.52 0.54 0.67
Hex D8 7C B7 0 2B F F 142 36 43
Octal 330 174 267 0 53 17 17 502 66 103
Binary 11011000 1111100 10110111 0 101011 1111 1111 101000010 110110 1000011

Color Harmonies of #D87CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CB7

Black with #D87CB7

Text Example


Text Example

White with #D87CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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