Html Css Color HEX #D977B2 Persian Pink

📋 copy color: '#D977B2'

red 217 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #D977B2

Tints of Persian Pink #D977B2

RGB

 RED value IS 217 (85.16% from 255) = 42.22%

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

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

R = 42.22%
G = 23.15%
B = 34.63%

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

#D977B2 (or 0xD977B2) is known color: Persian Pink. HEX triplet: D9, 77 and B2. RGB value is (217,119,178). Sum of RGB (Red+Green+Blue) = 217+119+178=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977B2 is #26884D. Grayscale: #9A9A9A. Windows color (decimal): -2525262 or 11696089. OLE color: 11696089.

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

Color convert

RGB 217 119 178 -
CMYK 0 0.45 0.18 0.15
HSL 323.88º 0.56% 0.66% -
HSV(B) 323.88º 0.45% 0.85% -
XYZ 43.25 31.16 45.85 -
YUV 155.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 217 119 178 0 0.45 0.18 0.15 323.88 0.56 0.66
Hex D9 77 B2 0 2D 12 F 144 38 42
Octal 331 167 262 0 55 22 17 504 70 102
Binary 11011001 1110111 10110010 0 101101 10010 1111 101000100 111000 1000010

Color Harmonies of #D977B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977B2

Black with #D977B2

Text Example


Text Example

White with #D977B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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