Html Css Color HEX #D877B2 Persian Pink

📋 copy color: '#D877B2'

red 216 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #D877B2

Tints of Persian Pink #D877B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 42.11%
G = 23.2%
B = 34.7%

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

#D877B2 (or 0xD877B2) is known color: Persian Pink. HEX triplet: D8, 77 and B2. RGB value is (216,119,178). Sum of RGB (Red+Green+Blue) = 216+119+178=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D877B2 is #27884D. Grayscale: #9A9A9A. Windows color (decimal): -2590798 or 11696088. OLE color: 11696088.

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

Color convert

RGB 216 119 178 -
CMYK 0 0.45 0.18 0.15
HSL 323.51º 0.55% 0.66% -
HSV(B) 323.51º 0.45% 0.85% -
XYZ 42.95 31.01 45.84 -
YUV 154.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 216 119 178 0 0.45 0.18 0.15 323.51 0.55 0.66
Hex D8 77 B2 0 2D 12 F 144 37 42
Octal 330 167 262 0 55 22 17 504 67 102
Binary 11011000 1110111 10110010 0 101101 10010 1111 101000100 110111 1000010

Color Harmonies of #D877B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877B2

Black with #D877B2

Text Example


Text Example

White with #D877B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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