Html Css Color HEX #D977B9 Persian Pink

📋 copy color: '#D977B9'

red 217 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #D977B9

Tints of Persian Pink #D977B9

RGB

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

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

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

R = 41.65%
G = 22.84%
B = 35.51%

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

#D977B9 (or 0xD977B9) is known color: Persian Pink. HEX triplet: D9, 77 and B9. RGB value is (217,119,185). Sum of RGB (Red+Green+Blue) = 217+119+185=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977B9 is #268846. Grayscale: #9B9B9B. Windows color (decimal): -2525255 or 12154841. OLE color: 12154841.

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

Color convert

RGB 217 119 185 -
CMYK 0 0.45 0.15 0.15
HSL 319.59º 0.56% 0.66% -
HSV(B) 319.59º 0.45% 0.85% -
XYZ 43.97 31.45 49.65 -
YUV 155.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 217 119 185 0 0.45 0.15 0.15 319.59 0.56 0.66
Hex D9 77 B9 0 2D F F 140 38 42
Octal 331 167 271 0 55 17 17 500 70 102
Binary 11011001 1110111 10111001 0 101101 1111 1111 101000000 111000 1000010

Color Harmonies of #D977B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977B9

Black with #D977B9

Text Example


Text Example

White with #D977B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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