Html Css Color HEX #D87DB6 Persian Pink

📋 copy color: '#D87DB6'

red 216 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #D87DB6

Tints of Persian Pink #D87DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.8%

R = 41.3%
G = 23.9%
B = 34.8%

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

#D87DB6 (or 0xD87DB6) is known color: Persian Pink. HEX triplet: D8, 7D and B6. RGB value is (216,125,182). Sum of RGB (Red+Green+Blue) = 216+125+182=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DB6 is #278249. Grayscale: #9E9E9E. Windows color (decimal): -2589258 or 11959768. OLE color: 11959768.

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

Color convert

RGB 216 125 182 -
CMYK 0 0.42 0.16 0.15
HSL 322.42º 0.54% 0.67% -
HSV(B) 322.42º 0.42% 0.85% -
XYZ 44.1 32.64 48.23 -
YUV 158.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 216 125 182 0 0.42 0.16 0.15 322.42 0.54 0.67
Hex D8 7D B6 0 2A 10 F 142 36 43
Octal 330 175 266 0 52 20 17 502 66 103
Binary 11011000 1111101 10110110 0 101010 10000 1111 101000010 110110 1000011

Color Harmonies of #D87DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DB6

Black with #D87DB6

Text Example


Text Example

White with #D87DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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