Html Css Color HEX #D877B3 Persian Pink

📋 copy color: '#D877B3'

red 216 ◦ green 119 ◦ blue 179

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

Shades of Persian Pink #D877B3

Tints of Persian Pink #D877B3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

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

R = 42.02%
G = 23.15%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D877B3 (or 0xD877B3) is known color: Persian Pink. HEX triplet: D8, 77 and B3. RGB value is (216,119,179). Sum of RGB (Red+Green+Blue) = 216+119+179=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877B3 is #27884C. Grayscale: #9A9A9A. Windows color (decimal): -2590797 or 11761624. OLE color: 11761624.

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

Color convert

RGB 216 119 179 -
CMYK 0 0.45 0.17 0.15
HSL 322.89º 0.55% 0.66% -
HSV(B) 322.89º 0.45% 0.85% -
XYZ 43.05 31.05 46.37 -
YUV 154.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 216 119 179 0 0.45 0.17 0.15 322.89 0.55 0.66
Hex D8 77 B3 0 2D 11 F 143 37 42
Octal 330 167 263 0 55 21 17 503 67 102
Binary 11011000 1110111 10110011 0 101101 10001 1111 101000011 110111 1000010

Color Harmonies of #D877B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877B3

Black with #D877B3

Text Example


Text Example

White with #D877B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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