Html Css Color HEX #D87AB2 Persian Pink

📋 copy color: '#D87AB2'

red 216 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #D87AB2

Tints of Persian Pink #D87AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.5%

R = 41.86%
G = 23.64%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D87AB2 (or 0xD87AB2) is known color: Persian Pink. HEX triplet: D8, 7A and B2. RGB value is (216,122,178). Sum of RGB (Red+Green+Blue) = 216+122+178=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AB2 is #27854D. Grayscale: #9C9C9C. Windows color (decimal): -2590030 or 11696856. OLE color: 11696856.

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

Color convert

RGB 216 122 178 -
CMYK 0 0.44 0.18 0.15
HSL 324.26º 0.55% 0.66% -
HSV(B) 324.26º 0.44% 0.85% -
XYZ 43.31 31.73 45.96 -
YUV 156.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 216 122 178 0 0.44 0.18 0.15 324.26 0.55 0.66
Hex D8 7A B2 0 2C 12 F 144 37 42
Octal 330 172 262 0 54 22 17 504 67 102
Binary 11011000 1111010 10110010 0 101100 10010 1111 101000100 110111 1000010

Color Harmonies of #D87AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AB2

Black with #D87AB2

Text Example


Text Example

White with #D87AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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