Html Css Color HEX #D87DBC Persian Pink

📋 copy color: '#D87DBC'

red 216 ◦ green 125 ◦ blue 188

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

Shades of Persian Pink #D87DBC

Tints of Persian Pink #D87DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 40.83%
G = 23.63%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D87DBC (or 0xD87DBC) is known color: Persian Pink. HEX triplet: D8, 7D and BC. RGB value is (216,125,188). Sum of RGB (Red+Green+Blue) = 216+125+188=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DBC is #278243. Grayscale: #9F9F9F. Windows color (decimal): -2589252 or 12352984. OLE color: 12352984.

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

Color convert

RGB 216 125 188 -
CMYK 0 0.42 0.13 0.15
HSL 318.46º 0.54% 0.67% -
HSV(B) 318.46º 0.42% 0.85% -
XYZ 44.73 32.9 51.57 -
YUV 159.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 216 125 188 0 0.42 0.13 0.15 318.46 0.54 0.67
Hex D8 7D BC 0 2A D F 13E 36 43
Octal 330 175 274 0 52 15 17 476 66 103
Binary 11011000 1111101 10111100 0 101010 1101 1111 100111110 110110 1000011

Color Harmonies of #D87DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DBC

Black with #D87DBC

Text Example


Text Example

White with #D87DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DBC; }

 p { color: rgb(216,125,188); }

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

background-color css

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

 a { background-color: rgb(216,125,188); }

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

border-color css

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

 span { border-color: rgb(216,125,188); }

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