Html Css Color HEX #D776B1 Persian Pink

📋 copy color: '#D776B1'

red 215 ◦ green 118 ◦ blue 177

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

Shades of Persian Pink #D776B1

Tints of Persian Pink #D776B1

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

 GREEN value IS 118 (46.48% from 255) = 23.14%

 BLUE value IS 177 (69.53% from 255) = 34.71%

R = 42.16%
G = 23.14%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D776B1 (or 0xD776B1) is known color: Persian Pink. HEX triplet: D7, 76 and B1. RGB value is (215,118,177). Sum of RGB (Red+Green+Blue) = 215+118+177=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D776B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D776B1 is #28894E. Grayscale: #999999. Windows color (decimal): -2656591 or 11630295. OLE color: 11630295.

HSL color Cylindrical-coordinate representation of color #D776B1: hue angle of 323.51º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D776B1 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 118 177 -
CMYK 0 0.45 0.18 0.16
HSL 323.51º 0.55% 0.65% -
HSV(B) 323.51º 0.45% 0.84% -
XYZ 42.44 30.58 45.26 -
YUV 153.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 215 118 177 0 0.45 0.18 0.16 323.51 0.55 0.65
Hex D7 76 B1 0 2D 12 10 144 37 41
Octal 327 166 261 0 55 22 20 504 67 101
Binary 11010111 1110110 10110001 0 101101 10010 10000 101000100 110111 1000001

Color Harmonies of #D776B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776B1

Black with #D776B1

Text Example


Text Example

White with #D776B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776B1; }

 p { color: rgb(215,118,177); }

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

background-color css

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

 a { background-color: rgb(215,118,177); }

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

border-color css

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

 span { border-color: rgb(215,118,177); }

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