Html Css Color HEX #D979B6 Persian Pink

📋 copy color: '#D979B6'

red 217 ◦ green 121 ◦ blue 182

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

Shades of Persian Pink #D979B6

Tints of Persian Pink #D979B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35%

R = 41.73%
G = 23.27%
B = 35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D979B6 (or 0xD979B6) is known color: Persian Pink. HEX triplet: D9, 79 and B6. RGB value is (217,121,182). Sum of RGB (Red+Green+Blue) = 217+121+182=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D979B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979B6 is #268649. Grayscale: #9C9C9C. Windows color (decimal): -2524746 or 11958745. OLE color: 11958745.

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

Color convert

RGB 217 121 182 -
CMYK 0 0.44 0.16 0.15
HSL 321.88º 0.56% 0.66% -
HSV(B) 321.88º 0.44% 0.85% -
XYZ 43.9 31.8 48.08 -
YUV 156.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 217 121 182 0 0.44 0.16 0.15 321.88 0.56 0.66
Hex D9 79 B6 0 2C 10 F 142 38 42
Octal 331 171 266 0 54 20 17 502 70 102
Binary 11011001 1111001 10110110 0 101100 10000 1111 101000010 111000 1000010

Color Harmonies of #D979B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979B6

Black with #D979B6

Text Example


Text Example

White with #D979B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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