Html Css Color HEX #D779B1 Persian Pink

📋 copy color: '#D779B1'

red 215 ◦ green 121 ◦ blue 177

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

Shades of Persian Pink #D779B1

Tints of Persian Pink #D779B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 41.91%
G = 23.59%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D779B1 (or 0xD779B1) is known color: Persian Pink. HEX triplet: D7, 79 and B1. RGB value is (215,121,177). Sum of RGB (Red+Green+Blue) = 215+121+177=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D779B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D779B1 is #28864E. Grayscale: #9B9B9B. Windows color (decimal): -2655823 or 11631063. OLE color: 11631063.

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

Color convert

RGB 215 121 177 -
CMYK 0 0.44 0.18 0.16
HSL 324.26º 0.54% 0.66% -
HSV(B) 324.26º 0.44% 0.84% -
XYZ 42.8 31.3 45.38 -
YUV 155.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 215 121 177 0 0.44 0.18 0.16 324.26 0.54 0.66
Hex D7 79 B1 0 2C 12 10 144 36 42
Octal 327 171 261 0 54 22 20 504 66 102
Binary 11010111 1111001 10110001 0 101100 10010 10000 101000100 110110 1000010

Color Harmonies of #D779B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779B1

Black with #D779B1

Text Example


Text Example

White with #D779B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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