Html Css Color HEX #D87DBA Persian Pink

📋 copy color: '#D87DBA'

red 216 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #D87DBA

Tints of Persian Pink #D87DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 40.99%
G = 23.72%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D87DBA (or 0xD87DBA) is known color: Persian Pink. HEX triplet: D8, 7D and BA. RGB value is (216,125,186). Sum of RGB (Red+Green+Blue) = 216+125+186=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DBA is #278245. Grayscale: #9F9F9F. Windows color (decimal): -2589254 or 12221912. OLE color: 12221912.

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

Color convert

RGB 216 125 186 -
CMYK 0 0.42 0.14 0.15
HSL 319.78º 0.54% 0.67% -
HSV(B) 319.78º 0.42% 0.85% -
XYZ 44.52 32.81 50.44 -
YUV 159.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 216 125 186 0 0.42 0.14 0.15 319.78 0.54 0.67
Hex D8 7D BA 0 2A E F 140 36 43
Octal 330 175 272 0 52 16 17 500 66 103
Binary 11011000 1111101 10111010 0 101010 1110 1111 101000000 110110 1000011

Color Harmonies of #D87DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DBA

Black with #D87DBA

Text Example


Text Example

White with #D87DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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