Html Css Color HEX #D979BA Persian Pink

📋 copy color: '#D979BA'

red 217 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #D979BA

Tints of Persian Pink #D979BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 41.41%
G = 23.09%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D979BA (or 0xD979BA) is known color: Persian Pink. HEX triplet: D9, 79 and BA. RGB value is (217,121,186). Sum of RGB (Red+Green+Blue) = 217+121+186=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D979BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979BA is #268645. Grayscale: #9C9C9C. Windows color (decimal): -2524742 or 12220889. OLE color: 12220889.

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

Color convert

RGB 217 121 186 -
CMYK 0 0.44 0.14 0.15
HSL 319.38º 0.56% 0.66% -
HSV(B) 319.38º 0.44% 0.85% -
XYZ 44.32 31.97 50.29 -
YUV 157.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 217 121 186 0 0.44 0.14 0.15 319.38 0.56 0.66
Hex D9 79 BA 0 2C E F 13F 38 42
Octal 331 171 272 0 54 16 17 477 70 102
Binary 11011001 1111001 10111010 0 101100 1110 1111 100111111 111000 1000010

Color Harmonies of #D979BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979BA

Black with #D979BA

Text Example


Text Example

White with #D979BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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