Html Css Color HEX #D979AF Persian Pink

📋 copy color: '#D979AF'

red 217 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #D979AF

Tints of Persian Pink #D979AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

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

R = 42.3%
G = 23.59%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D979AF (or 0xD979AF) is known color: Persian Pink. HEX triplet: D9, 79 and AF. RGB value is (217,121,175). Sum of RGB (Red+Green+Blue) = 217+121+175=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D979AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D979AF is #268650. Grayscale: #9B9B9B. Windows color (decimal): -2524753 or 11499993. OLE color: 11499993.

HSL color Cylindrical-coordinate representation of color #D979AF: hue angle of 326.25º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D979AF is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 175 -
CMYK 0 0.44 0.19 0.15
HSL 326.25º 0.56% 0.66% -
HSV(B) 326.25º 0.44% 0.85% -
XYZ 43.19 31.52 44.37 -
YUV 155.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 217 121 175 0 0.44 0.19 0.15 326.25 0.56 0.66
Hex D9 79 AF 0 2C 13 F 146 38 42
Octal 331 171 257 0 54 23 17 506 70 102
Binary 11011001 1111001 10101111 0 101100 10011 1111 101000110 111000 1000010

Color Harmonies of #D979AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979AF

Black with #D979AF

Text Example


Text Example

White with #D979AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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