Html Css Color HEX #D876B1 Persian Pink

📋 copy color: '#D876B1'

red 216 ◦ green 118 ◦ blue 177

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

Shades of Persian Pink #D876B1

Tints of Persian Pink #D876B1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

 BLUE value IS 177 (69.53% from 255) = 34.64%

R = 42.27%
G = 23.09%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D876B1 (or 0xD876B1) is known color: Persian Pink. HEX triplet: D8, 76 and B1. RGB value is (216,118,177). Sum of RGB (Red+Green+Blue) = 216+118+177=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D876B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D876B1 is #27894E. Grayscale: #999999. Windows color (decimal): -2591055 or 11630296. OLE color: 11630296.

HSL color Cylindrical-coordinate representation of color #D876B1: hue angle of 323.88º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876B1 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 118 177 -
CMYK 0 0.45 0.18 0.15
HSL 323.88º 0.56% 0.65% -
HSV(B) 323.88º 0.45% 0.85% -
XYZ 42.73 30.73 45.27 -
YUV 154.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 216 118 177 0 0.45 0.18 0.15 323.88 0.56 0.65
Hex D8 76 B1 0 2D 12 F 144 38 41
Octal 330 166 261 0 55 22 17 504 70 101
Binary 11011000 1110110 10110001 0 101101 10010 1111 101000100 111000 1000001

Color Harmonies of #D876B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876B1

Black with #D876B1

Text Example


Text Example

White with #D876B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876B1; }

 p { color: rgb(216,118,177); }

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

background-color css

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

 a { background-color: rgb(216,118,177); }

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

border-color css

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

 span { border-color: rgb(216,118,177); }

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