Html Css Color HEX #D776B9 Persian Pink

📋 copy color: '#D776B9'

red 215 ◦ green 118 ◦ blue 185

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

Shades of Persian Pink #D776B9

Tints of Persian Pink #D776B9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.78%

 BLUE value IS 185 (72.66% from 255) = 35.71%

R = 41.51%
G = 22.78%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D776B9 (or 0xD776B9) is known color: Persian Pink. HEX triplet: D7, 76 and B9. RGB value is (215,118,185). Sum of RGB (Red+Green+Blue) = 215+118+185=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D776B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776B9 is #288946. Grayscale: #9A9A9A. Windows color (decimal): -2656583 or 12154583. OLE color: 12154583.

HSL color Cylindrical-coordinate representation of color #D776B9: hue angle of 318.56º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D776B9 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 118 185 -
CMYK 0 0.45 0.14 0.16
HSL 318.56º 0.55% 0.65% -
HSV(B) 318.56º 0.45% 0.84% -
XYZ 43.26 30.91 49.58 -
YUV 154.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 215 118 185 0 0.45 0.14 0.16 318.56 0.55 0.65
Hex D7 76 B9 0 2D E 10 13F 37 41
Octal 327 166 271 0 55 16 20 477 67 101
Binary 11010111 1110110 10111001 0 101101 1110 10000 100111111 110111 1000001

Color Harmonies of #D776B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776B9

Black with #D776B9

Text Example


Text Example

White with #D776B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776B9; }

 p { color: rgb(215,118,185); }

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

background-color css

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

 a { background-color: rgb(215,118,185); }

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

border-color css

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

 span { border-color: rgb(215,118,185); }

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