Html Css Color HEX #D87DB4 Persian Pink

📋 copy color: '#D87DB4'

red 216 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #D87DB4

Tints of Persian Pink #D87DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 41.46%
G = 23.99%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D87DB4 (or 0xD87DB4) is known color: Persian Pink. HEX triplet: D8, 7D and B4. RGB value is (216,125,180). Sum of RGB (Red+Green+Blue) = 216+125+180=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DB4 is #27824B. Grayscale: #9E9E9E. Windows color (decimal): -2589260 or 11828696. OLE color: 11828696.

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

Color convert

RGB 216 125 180 -
CMYK 0 0.42 0.17 0.15
HSL 323.74º 0.54% 0.67% -
HSV(B) 323.74º 0.42% 0.85% -
XYZ 43.89 32.56 47.15 -
YUV 158.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 216 125 180 0 0.42 0.17 0.15 323.74 0.54 0.67
Hex D8 7D B4 0 2A 11 F 144 36 43
Octal 330 175 264 0 52 21 17 504 66 103
Binary 11011000 1111101 10110100 0 101010 10001 1111 101000100 110110 1000011

Color Harmonies of #D87DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DB4

Black with #D87DB4

Text Example


Text Example

White with #D87DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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