Html Css Color HEX #D877BA Persian Pink

📋 copy color: '#D877BA'

red 216 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #D877BA

Tints of Persian Pink #D877BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 41.46%
G = 22.84%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D877BA (or 0xD877BA) is known color: Persian Pink. HEX triplet: D8, 77 and BA. RGB value is (216,119,186). Sum of RGB (Red+Green+Blue) = 216+119+186=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D877BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877BA is #278845. Grayscale: #9B9B9B. Windows color (decimal): -2590790 or 12220376. OLE color: 12220376.

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

Color convert

RGB 216 119 186 -
CMYK 0 0.45 0.14 0.15
HSL 318.56º 0.55% 0.66% -
HSV(B) 318.56º 0.45% 0.85% -
XYZ 43.78 31.34 50.2 -
YUV 155.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 216 119 186 0 0.45 0.14 0.15 318.56 0.55 0.66
Hex D8 77 BA 0 2D E F 13F 37 42
Octal 330 167 272 0 55 16 17 477 67 102
Binary 11011000 1110111 10111010 0 101101 1110 1111 100111111 110111 1000010

Color Harmonies of #D877BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877BA

Black with #D877BA

Text Example


Text Example

White with #D877BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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