Html Css Color HEX #D977B6 Persian Pink

📋 copy color: '#D977B6'

red 217 ◦ green 119 ◦ blue 182

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

Shades of Persian Pink #D977B6

Tints of Persian Pink #D977B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 41.89%
G = 22.97%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D977B6 (or 0xD977B6) is known color: Persian Pink. HEX triplet: D9, 77 and B6. RGB value is (217,119,182). Sum of RGB (Red+Green+Blue) = 217+119+182=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977B6 is #268849. Grayscale: #9B9B9B. Windows color (decimal): -2525258 or 11958233. OLE color: 11958233.

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

Color convert

RGB 217 119 182 -
CMYK 0 0.45 0.16 0.15
HSL 321.43º 0.56% 0.66% -
HSV(B) 321.43º 0.45% 0.85% -
XYZ 43.66 31.32 48 -
YUV 155.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 217 119 182 0 0.45 0.16 0.15 321.43 0.56 0.66
Hex D9 77 B6 0 2D 10 F 141 38 42
Octal 331 167 266 0 55 20 17 501 70 102
Binary 11011001 1110111 10110110 0 101101 10000 1111 101000001 111000 1000010

Color Harmonies of #D977B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977B6

Black with #D977B6

Text Example


Text Example

White with #D977B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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