Html Css Color HEX #D87DB7 Persian Pink

📋 copy color: '#D87DB7'

red 216 ◦ green 125 ◦ blue 183

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

Shades of Persian Pink #D87DB7

Tints of Persian Pink #D87DB7

RGB

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

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

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

R = 41.22%
G = 23.85%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D87DB7 (or 0xD87DB7) is known color: Persian Pink. HEX triplet: D8, 7D and B7. RGB value is (216,125,183). Sum of RGB (Red+Green+Blue) = 216+125+183=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DB7 is #278248. Grayscale: #9E9E9E. Windows color (decimal): -2589257 or 12025304. OLE color: 12025304.

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

Color convert

RGB 216 125 183 -
CMYK 0 0.42 0.15 0.15
HSL 321.76º 0.54% 0.67% -
HSV(B) 321.76º 0.42% 0.85% -
XYZ 44.2 32.69 48.78 -
YUV 158.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 216 125 183 0 0.42 0.15 0.15 321.76 0.54 0.67
Hex D8 7D B7 0 2A F F 142 36 43
Octal 330 175 267 0 52 17 17 502 66 103
Binary 11011000 1111101 10110111 0 101010 1111 1111 101000010 110110 1000011

Color Harmonies of #D87DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DB7

Black with #D87DB7

Text Example


Text Example

White with #D87DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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