Html Css Color HEX #D977BA Persian Pink

📋 copy color: '#D977BA'

red 217 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #D977BA

Tints of Persian Pink #D977BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 41.57%
G = 22.8%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D977BA (or 0xD977BA) is known color: Persian Pink. HEX triplet: D9, 77 and BA. RGB value is (217,119,186). Sum of RGB (Red+Green+Blue) = 217+119+186=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D977BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977BA is #268845. Grayscale: #9B9B9B. Windows color (decimal): -2525254 or 12220377. OLE color: 12220377.

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

Color convert

RGB 217 119 186 -
CMYK 0 0.45 0.14 0.15
HSL 318.98º 0.56% 0.66% -
HSV(B) 318.98º 0.45% 0.85% -
XYZ 44.08 31.49 50.21 -
YUV 155.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 217 119 186 0 0.45 0.14 0.15 318.98 0.56 0.66
Hex D9 77 BA 0 2D E F 13F 38 42
Octal 331 167 272 0 55 16 17 477 70 102
Binary 11011001 1110111 10111010 0 101101 1110 1111 100111111 111000 1000010

Color Harmonies of #D977BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977BA

Black with #D977BA

Text Example


Text Example

White with #D977BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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