Html Css Color HEX #D779BA Persian Pink

📋 copy color: '#D779BA'

red 215 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #D779BA

Tints of Persian Pink #D779BA

RGB

 RED value IS 215 (84.38% from 255) = 41.19%

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

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

R = 41.19%
G = 23.18%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D779BA (or 0xD779BA) is known color: Persian Pink. HEX triplet: D7, 79 and BA. RGB value is (215,121,186). Sum of RGB (Red+Green+Blue) = 215+121+186=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D779BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779BA is #288645. Grayscale: #9C9C9C. Windows color (decimal): -2655814 or 12220887. OLE color: 12220887.

HSL color Cylindrical-coordinate representation of color #D779BA: hue angle of 318.51º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D779BA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 121 186 -
CMYK 0 0.44 0.13 0.16
HSL 318.51º 0.54% 0.66% -
HSV(B) 318.51º 0.44% 0.84% -
XYZ 43.72 31.67 50.26 -
YUV 156.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 215 121 186 0 0.44 0.13 0.16 318.51 0.54 0.66
Hex D7 79 BA 0 2C D 10 13F 36 42
Octal 327 171 272 0 54 15 20 477 66 102
Binary 11010111 1111001 10111010 0 101100 1101 10000 100111111 110110 1000010

Color Harmonies of #D779BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779BA

Black with #D779BA

Text Example


Text Example

White with #D779BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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