Html Css Color HEX #D87AB4 Persian Pink

📋 copy color: '#D87AB4'

red 216 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #D87AB4

Tints of Persian Pink #D87AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 41.7%
G = 23.55%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D87AB4 (or 0xD87AB4) is known color: Persian Pink. HEX triplet: D8, 7A and B4. RGB value is (216,122,180). Sum of RGB (Red+Green+Blue) = 216+122+180=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AB4 is #27854B. Grayscale: #9C9C9C. Windows color (decimal): -2590028 or 11827928. OLE color: 11827928.

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

Color convert

RGB 216 122 180 -
CMYK 0 0.44 0.17 0.15
HSL 322.98º 0.55% 0.66% -
HSV(B) 322.98º 0.44% 0.85% -
XYZ 43.52 31.81 47.03 -
YUV 156.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 216 122 180 0 0.44 0.17 0.15 322.98 0.55 0.66
Hex D8 7A B4 0 2C 11 F 143 37 42
Octal 330 172 264 0 54 21 17 503 67 102
Binary 11011000 1111010 10110100 0 101100 10001 1111 101000011 110111 1000010

Color Harmonies of #D87AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AB4

Black with #D87AB4

Text Example


Text Example

White with #D87AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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