Html Css Color HEX #D977AF Persian Pink

📋 copy color: '#D977AF'

red 217 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #D977AF

Tints of Persian Pink #D977AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 42.47%
G = 23.29%
B = 34.25%

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

#D977AF (or 0xD977AF) is known color: Persian Pink. HEX triplet: D9, 77 and AF. RGB value is (217,119,175). Sum of RGB (Red+Green+Blue) = 217+119+175=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D977AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977AF is #268850. Grayscale: #9A9A9A. Windows color (decimal): -2525265 or 11499481. OLE color: 11499481.

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

Color convert

RGB 217 119 175 -
CMYK 0 0.45 0.19 0.15
HSL 325.71º 0.56% 0.66% -
HSV(B) 325.71º 0.45% 0.85% -
XYZ 42.95 31.04 44.29 -
YUV 154.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 217 119 175 0 0.45 0.19 0.15 325.71 0.56 0.66
Hex D9 77 AF 0 2D 13 F 146 38 42
Octal 331 167 257 0 55 23 17 506 70 102
Binary 11011001 1110111 10101111 0 101101 10011 1111 101000110 111000 1000010

Color Harmonies of #D977AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977AF

Black with #D977AF

Text Example


Text Example

White with #D977AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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