Html Css Color HEX #D87FB8 Persian Pink

📋 copy color: '#D87FB8'

red 216 ◦ green 127 ◦ blue 184

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

Shades of Persian Pink #D87FB8

Tints of Persian Pink #D87FB8

RGB

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

 GREEN value IS 127 (50% from 255) = 24.1%

 BLUE value IS 184 (72.27% from 255) = 34.91%

R = 40.99%
G = 24.1%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D87FB8 (or 0xD87FB8) is known color: Persian Pink. HEX triplet: D8, 7F and B8. RGB value is (216,127,184). Sum of RGB (Red+Green+Blue) = 216+127+184=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FB8 is #278047. Grayscale: #9F9F9F. Windows color (decimal): -2588744 or 12091352. OLE color: 12091352.

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

Color convert

RGB 216 127 184 -
CMYK 0 0.41 0.15 0.15
HSL 321.57º 0.53% 0.67% -
HSV(B) 321.57º 0.41% 0.85% -
XYZ 44.56 33.24 49.41 -
YUV 160.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 216 127 184 0 0.41 0.15 0.15 321.57 0.53 0.67
Hex D8 7F B8 0 29 F F 142 35 43
Octal 330 177 270 0 51 17 17 502 65 103
Binary 11011000 1111111 10111000 0 101001 1111 1111 101000010 110101 1000011

Color Harmonies of #D87FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FB8

Black with #D87FB8

Text Example


Text Example

White with #D87FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FB8; }

 p { color: rgb(216,127,184); }

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

background-color css

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

 a { background-color: rgb(216,127,184); }

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

border-color css

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

 span { border-color: rgb(216,127,184); }

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