Html Css Color HEX #D87AB9 Persian Pink

📋 copy color: '#D87AB9'

red 216 ◦ green 122 ◦ blue 185

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

Shades of Persian Pink #D87AB9

Tints of Persian Pink #D87AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 41.3%
G = 23.33%
B = 35.37%

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

#D87AB9 (or 0xD87AB9) is known color: Persian Pink. HEX triplet: D8, 7A and B9. RGB value is (216,122,185). Sum of RGB (Red+Green+Blue) = 216+122+185=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AB9 is #278546. Grayscale: #9D9D9D. Windows color (decimal): -2590023 or 12155608. OLE color: 12155608.

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

Color convert

RGB 216 122 185 -
CMYK 0 0.44 0.14 0.15
HSL 319.79º 0.55% 0.66% -
HSV(B) 319.79º 0.44% 0.85% -
XYZ 44.04 32.02 49.76 -
YUV 157.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 216 122 185 0 0.44 0.14 0.15 319.79 0.55 0.66
Hex D8 7A B9 0 2C E F 140 37 42
Octal 330 172 271 0 54 16 17 500 67 102
Binary 11011000 1111010 10111001 0 101100 1110 1111 101000000 110111 1000010

Color Harmonies of #D87AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AB9

Black with #D87AB9

Text Example


Text Example

White with #D87AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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