Html Css Color HEX #D87DB8 Persian Pink

📋 copy color: '#D87DB8'

red 216 ◦ green 125 ◦ blue 184

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

Shades of Persian Pink #D87DB8

Tints of Persian Pink #D87DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.05%

R = 41.14%
G = 23.81%
B = 35.05%

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

#D87DB8 (or 0xD87DB8) is known color: Persian Pink. HEX triplet: D8, 7D and B8. RGB value is (216,125,184). Sum of RGB (Red+Green+Blue) = 216+125+184=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DB8 is #278247. Grayscale: #9E9E9E. Windows color (decimal): -2589256 or 12090840. OLE color: 12090840.

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

Color convert

RGB 216 125 184 -
CMYK 0 0.42 0.15 0.15
HSL 321.1º 0.54% 0.67% -
HSV(B) 321.1º 0.42% 0.85% -
XYZ 44.3 32.73 49.33 -
YUV 158.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 216 125 184 0 0.42 0.15 0.15 321.1 0.54 0.67
Hex D8 7D B8 0 2A F F 141 36 43
Octal 330 175 270 0 52 17 17 501 66 103
Binary 11011000 1111101 10111000 0 101010 1111 1111 101000001 110110 1000011

Color Harmonies of #D87DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DB8

Black with #D87DB8

Text Example


Text Example

White with #D87DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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