Html Css Color HEX #D977B4 Persian Pink

📋 copy color: '#D977B4'

red 217 ◦ green 119 ◦ blue 180

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

Shades of Persian Pink #D977B4

Tints of Persian Pink #D977B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 42.05%
G = 23.06%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D977B4 (or 0xD977B4) is known color: Persian Pink. HEX triplet: D9, 77 and B4. RGB value is (217,119,180). Sum of RGB (Red+Green+Blue) = 217+119+180=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977B4 is #26884B. Grayscale: #9B9B9B. Windows color (decimal): -2525260 or 11827161. OLE color: 11827161.

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

Color convert

RGB 217 119 180 -
CMYK 0 0.45 0.17 0.15
HSL 322.65º 0.56% 0.66% -
HSV(B) 322.65º 0.45% 0.85% -
XYZ 43.45 31.24 46.92 -
YUV 155.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 217 119 180 0 0.45 0.17 0.15 322.65 0.56 0.66
Hex D9 77 B4 0 2D 11 F 143 38 42
Octal 331 167 264 0 55 21 17 503 70 102
Binary 11011001 1110111 10110100 0 101101 10001 1111 101000011 111000 1000010

Color Harmonies of #D977B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977B4

Black with #D977B4

Text Example


Text Example

White with #D977B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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