Html Css Color HEX #D977B8 Persian Pink

📋 copy color: '#D977B8'

red 217 ◦ green 119 ◦ blue 184

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

Shades of Persian Pink #D977B8

Tints of Persian Pink #D977B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 41.73%
G = 22.88%
B = 35.38%

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

#D977B8 (or 0xD977B8) is known color: Persian Pink. HEX triplet: D9, 77 and B8. RGB value is (217,119,184). Sum of RGB (Red+Green+Blue) = 217+119+184=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977B8 is #268847. Grayscale: #9B9B9B. Windows color (decimal): -2525256 or 12089305. OLE color: 12089305.

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

Color convert

RGB 217 119 184 -
CMYK 0 0.45 0.15 0.15
HSL 320.2º 0.56% 0.66% -
HSV(B) 320.2º 0.45% 0.85% -
XYZ 43.86 31.41 49.1 -
YUV 155.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 217 119 184 0 0.45 0.15 0.15 320.2 0.56 0.66
Hex D9 77 B8 0 2D F F 140 38 42
Octal 331 167 270 0 55 17 17 500 70 102
Binary 11011001 1110111 10111000 0 101101 1111 1111 101000000 111000 1000010

Color Harmonies of #D977B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977B8

Black with #D977B8

Text Example


Text Example

White with #D977B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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