Html Css Color HEX #D979B5 Persian Pink

📋 copy color: '#D979B5'

red 217 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #D979B5

Tints of Persian Pink #D979B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.87%

R = 41.81%
G = 23.31%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D979B5 (or 0xD979B5) is known color: Persian Pink. HEX triplet: D9, 79 and B5. RGB value is (217,121,181). Sum of RGB (Red+Green+Blue) = 217+121+181=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D979B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979B5 is #26864A. Grayscale: #9C9C9C. Windows color (decimal): -2524747 or 11893209. OLE color: 11893209.

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

Color convert

RGB 217 121 181 -
CMYK 0 0.44 0.17 0.15
HSL 322.5º 0.56% 0.66% -
HSV(B) 322.5º 0.44% 0.85% -
XYZ 43.79 31.76 47.54 -
YUV 156.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 217 121 181 0 0.44 0.17 0.15 322.5 0.56 0.66
Hex D9 79 B5 0 2C 11 F 142 38 42
Octal 331 171 265 0 54 21 17 502 70 102
Binary 11011001 1111001 10110101 0 101100 10001 1111 101000010 111000 1000010

Color Harmonies of #D979B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979B5

Black with #D979B5

Text Example


Text Example

White with #D979B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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