Html Css Color HEX #D877B9 Persian Pink

📋 copy color: '#D877B9'

red 216 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #D877B9

Tints of Persian Pink #D877B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 41.54%
G = 22.88%
B = 35.58%

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

#D877B9 (or 0xD877B9) is known color: Persian Pink. HEX triplet: D8, 77 and B9. RGB value is (216,119,185). Sum of RGB (Red+Green+Blue) = 216+119+185=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877B9 is #278846. Grayscale: #9B9B9B. Windows color (decimal): -2590791 or 12154840. OLE color: 12154840.

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

Color convert

RGB 216 119 185 -
CMYK 0 0.45 0.14 0.15
HSL 319.18º 0.55% 0.66% -
HSV(B) 319.18º 0.45% 0.85% -
XYZ 43.67 31.3 49.64 -
YUV 155.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 216 119 185 0 0.45 0.14 0.15 319.18 0.55 0.66
Hex D8 77 B9 0 2D E F 13F 37 42
Octal 330 167 271 0 55 16 17 477 67 102
Binary 11011000 1110111 10111001 0 101101 1110 1111 100111111 110111 1000010

Color Harmonies of #D877B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877B9

Black with #D877B9

Text Example


Text Example

White with #D877B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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