Html Css Color HEX #D877B7 Persian Pink

📋 copy color: '#D877B7'

red 216 ◦ green 119 ◦ blue 183

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

Shades of Persian Pink #D877B7

Tints of Persian Pink #D877B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.33%

R = 41.7%
G = 22.97%
B = 35.33%

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

#D877B7 (or 0xD877B7) is known color: Persian Pink. HEX triplet: D8, 77 and B7. RGB value is (216,119,183). Sum of RGB (Red+Green+Blue) = 216+119+183=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877B7 is #278848. Grayscale: #9B9B9B. Windows color (decimal): -2590793 or 12023768. OLE color: 12023768.

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

Color convert

RGB 216 119 183 -
CMYK 0 0.45 0.15 0.15
HSL 320.41º 0.55% 0.66% -
HSV(B) 320.41º 0.45% 0.85% -
XYZ 43.46 31.21 48.53 -
YUV 155.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 216 119 183 0 0.45 0.15 0.15 320.41 0.55 0.66
Hex D8 77 B7 0 2D F F 140 37 42
Octal 330 167 267 0 55 17 17 500 67 102
Binary 11011000 1110111 10110111 0 101101 1111 1111 101000000 110111 1000010

Color Harmonies of #D877B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877B7

Black with #D877B7

Text Example


Text Example

White with #D877B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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