Html Css Color HEX #D977B0 Persian Pink

📋 copy color: '#D977B0'

red 217 ◦ green 119 ◦ blue 176

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

Shades of Persian Pink #D977B0

Tints of Persian Pink #D977B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 42.38%
G = 23.24%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D977B0 (or 0xD977B0) is known color: Persian Pink. HEX triplet: D9, 77 and B0. RGB value is (217,119,176). Sum of RGB (Red+Green+Blue) = 217+119+176=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977B0 is #26884F. Grayscale: #9A9A9A. Windows color (decimal): -2525264 or 11565017. OLE color: 11565017.

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

Color convert

RGB 217 119 176 -
CMYK 0 0.45 0.19 0.15
HSL 325.1º 0.56% 0.66% -
HSV(B) 325.1º 0.45% 0.85% -
XYZ 43.05 31.08 44.8 -
YUV 154.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 217 119 176 0 0.45 0.19 0.15 325.1 0.56 0.66
Hex D9 77 B0 0 2D 13 F 145 38 42
Octal 331 167 260 0 55 23 17 505 70 102
Binary 11011001 1110111 10110000 0 101101 10011 1111 101000101 111000 1000010

Color Harmonies of #D977B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977B0

Black with #D977B0

Text Example


Text Example

White with #D977B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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