Html Css Color HEX #D876B8 Persian Pink

📋 copy color: '#D876B8'

red 216 ◦ green 118 ◦ blue 184

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

Shades of Persian Pink #D876B8

Tints of Persian Pink #D876B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 41.7%
G = 22.78%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D876B8 (or 0xD876B8) is known color: Persian Pink. HEX triplet: D8, 76 and B8. RGB value is (216,118,184). Sum of RGB (Red+Green+Blue) = 216+118+184=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D876B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876B8 is #278947. Grayscale: #9A9A9A. Windows color (decimal): -2591048 or 12089048. OLE color: 12089048.

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

Color convert

RGB 216 118 184 -
CMYK 0 0.45 0.15 0.15
HSL 319.59º 0.56% 0.65% -
HSV(B) 319.59º 0.45% 0.85% -
XYZ 43.45 31.02 49.04 -
YUV 154.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 216 118 184 0 0.45 0.15 0.15 319.59 0.56 0.65
Hex D8 76 B8 0 2D F F 140 38 41
Octal 330 166 270 0 55 17 17 500 70 101
Binary 11011000 1110110 10111000 0 101101 1111 1111 101000000 111000 1000001

Color Harmonies of #D876B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D876B8

Black with #D876B8

Text Example


Text Example

White with #D876B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D876B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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