Html Css Color HEX #D876B0 Persian Pink

📋 copy color: '#D876B0'

red 216 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #D876B0

Tints of Persian Pink #D876B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 42.35%
G = 23.14%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D876B0 (or 0xD876B0) is known color: Persian Pink. HEX triplet: D8, 76 and B0. RGB value is (216,118,176). Sum of RGB (Red+Green+Blue) = 216+118+176=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D876B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D876B0 is #27894F. Grayscale: #999999. Windows color (decimal): -2591056 or 11564760. OLE color: 11564760.

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

Color convert

RGB 216 118 176 -
CMYK 0 0.45 0.19 0.15
HSL 324.49º 0.56% 0.65% -
HSV(B) 324.49º 0.45% 0.85% -
XYZ 42.63 30.69 44.75 -
YUV 153.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 216 118 176 0 0.45 0.19 0.15 324.49 0.56 0.65
Hex D8 76 B0 0 2D 13 F 144 38 41
Octal 330 166 260 0 55 23 17 504 70 101
Binary 11011000 1110110 10110000 0 101101 10011 1111 101000100 111000 1000001

Color Harmonies of #D876B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876B0

Black with #D876B0

Text Example


Text Example

White with #D876B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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