Html Css Color HEX #D87AB3 Persian Pink

📋 copy color: '#D87AB3'

red 216 ◦ green 122 ◦ blue 179

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

Shades of Persian Pink #D87AB3

Tints of Persian Pink #D87AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 41.78%
G = 23.6%
B = 34.62%

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

#D87AB3 (or 0xD87AB3) is known color: Persian Pink. HEX triplet: D8, 7A and B3. RGB value is (216,122,179). Sum of RGB (Red+Green+Blue) = 216+122+179=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AB3 is #27854C. Grayscale: #9C9C9C. Windows color (decimal): -2590029 or 11762392. OLE color: 11762392.

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

Color convert

RGB 216 122 179 -
CMYK 0 0.44 0.17 0.15
HSL 323.62º 0.55% 0.66% -
HSV(B) 323.62º 0.44% 0.85% -
XYZ 43.42 31.77 46.49 -
YUV 156.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 216 122 179 0 0.44 0.17 0.15 323.62 0.55 0.66
Hex D8 7A B3 0 2C 11 F 144 37 42
Octal 330 172 263 0 54 21 17 504 67 102
Binary 11011000 1111010 10110011 0 101100 10001 1111 101000100 110111 1000010

Color Harmonies of #D87AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AB3

Black with #D87AB3

Text Example


Text Example

White with #D87AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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