Html Css Color HEX #D779B5 Persian Pink

📋 copy color: '#D779B5'

red 215 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #D779B5

Tints of Persian Pink #D779B5

RGB

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

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

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

R = 41.59%
G = 23.4%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D779B5 (or 0xD779B5) is known color: Persian Pink. HEX triplet: D7, 79 and B5. RGB value is (215,121,181). Sum of RGB (Red+Green+Blue) = 215+121+181=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D779B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779B5 is #28864A. Grayscale: #9B9B9B. Windows color (decimal): -2655819 or 11893207. OLE color: 11893207.

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

Color convert

RGB 215 121 181 -
CMYK 0 0.44 0.16 0.16
HSL 321.7º 0.54% 0.66% -
HSV(B) 321.7º 0.44% 0.84% -
XYZ 43.2 31.46 47.51 -
YUV 155.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 215 121 181 0 0.44 0.16 0.16 321.7 0.54 0.66
Hex D7 79 B5 0 2C 10 10 142 36 42
Octal 327 171 265 0 54 20 20 502 66 102
Binary 11010111 1111001 10110101 0 101100 10000 10000 101000010 110110 1000010

Color Harmonies of #D779B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779B5

Black with #D779B5

Text Example


Text Example

White with #D779B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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