Html Css Color HEX #D87ABA Persian Pink

📋 copy color: '#D87ABA'

red 216 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #D87ABA

Tints of Persian Pink #D87ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.28%

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

R = 41.22%
G = 23.28%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D87ABA (or 0xD87ABA) is known color: Persian Pink. HEX triplet: D8, 7A and BA. RGB value is (216,122,186). Sum of RGB (Red+Green+Blue) = 216+122+186=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ABA is #278545. Grayscale: #9D9D9D. Windows color (decimal): -2590022 or 12221144. OLE color: 12221144.

HSL color Cylindrical-coordinate representation of color #D87ABA: hue angle of 319.15º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87ABA is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 122 186 -
CMYK 0 0.44 0.14 0.15
HSL 319.15º 0.55% 0.66% -
HSV(B) 319.15º 0.44% 0.85% -
XYZ 44.14 32.06 50.32 -
YUV 157.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 216 122 186 0 0.44 0.14 0.15 319.15 0.55 0.66
Hex D8 7A BA 0 2C E F 13F 37 42
Octal 330 172 272 0 54 16 17 477 67 102
Binary 11011000 1111010 10111010 0 101100 1110 1111 100111111 110111 1000010

Color Harmonies of #D87ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87ABA

Black with #D87ABA

Text Example


Text Example

White with #D87ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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