Html Css Color HEX #D87DB5 Persian Pink

📋 copy color: '#D87DB5'

red 216 ◦ green 125 ◦ blue 181

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

Shades of Persian Pink #D87DB5

Tints of Persian Pink #D87DB5

RGB

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

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

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

R = 41.38%
G = 23.95%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D87DB5 (or 0xD87DB5) is known color: Persian Pink. HEX triplet: D8, 7D and B5. RGB value is (216,125,181). Sum of RGB (Red+Green+Blue) = 216+125+181=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DB5 is #27824A. Grayscale: #9E9E9E. Windows color (decimal): -2589259 or 11894232. OLE color: 11894232.

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

Color convert

RGB 216 125 181 -
CMYK 0 0.42 0.16 0.15
HSL 323.08º 0.54% 0.67% -
HSV(B) 323.08º 0.42% 0.85% -
XYZ 43.99 32.6 47.69 -
YUV 158.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 216 125 181 0 0.42 0.16 0.15 323.08 0.54 0.67
Hex D8 7D B5 0 2A 10 F 143 36 43
Octal 330 175 265 0 52 20 17 503 66 103
Binary 11011000 1111101 10110101 0 101010 10000 1111 101000011 110110 1000011

Color Harmonies of #D87DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DB5

Black with #D87DB5

Text Example


Text Example

White with #D87DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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