Html Css Color HEX #D87AB7 Persian Pink

📋 copy color: '#D87AB7'

red 216 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #D87AB7

Tints of Persian Pink #D87AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 41.46%
G = 23.42%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D87AB7 (or 0xD87AB7) is known color: Persian Pink. HEX triplet: D8, 7A and B7. RGB value is (216,122,183). Sum of RGB (Red+Green+Blue) = 216+122+183=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AB7 is #278548. Grayscale: #9C9C9C. Windows color (decimal): -2590025 or 12024536. OLE color: 12024536.

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

Color convert

RGB 216 122 183 -
CMYK 0 0.44 0.15 0.15
HSL 321.06º 0.55% 0.66% -
HSV(B) 321.06º 0.44% 0.85% -
XYZ 43.83 31.94 48.65 -
YUV 157.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 216 122 183 0 0.44 0.15 0.15 321.06 0.55 0.66
Hex D8 7A B7 0 2C F F 141 37 42
Octal 330 172 267 0 54 17 17 501 67 102
Binary 11011000 1111010 10110111 0 101100 1111 1111 101000001 110111 1000010

Color Harmonies of #D87AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AB7

Black with #D87AB7

Text Example


Text Example

White with #D87AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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