Html Css Color HEX #D776B7 Persian Pink

📋 copy color: '#D776B7'

red 215 ◦ green 118 ◦ blue 183

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

Shades of Persian Pink #D776B7

Tints of Persian Pink #D776B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 41.67%
G = 22.87%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D776B7 (or 0xD776B7) is known color: Persian Pink. HEX triplet: D7, 76 and B7. RGB value is (215,118,183). Sum of RGB (Red+Green+Blue) = 215+118+183=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D776B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776B7 is #288948. Grayscale: #9A9A9A. Windows color (decimal): -2656585 or 12023511. OLE color: 12023511.

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

Color convert

RGB 215 118 183 -
CMYK 0 0.45 0.15 0.16
HSL 319.79º 0.55% 0.65% -
HSV(B) 319.79º 0.45% 0.84% -
XYZ 43.05 30.82 48.48 -
YUV 154.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 215 118 183 0 0.45 0.15 0.16 319.79 0.55 0.65
Hex D7 76 B7 0 2D F 10 140 37 41
Octal 327 166 267 0 55 17 20 500 67 101
Binary 11010111 1110110 10110111 0 101101 1111 10000 101000000 110111 1000001

Color Harmonies of #D776B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776B7

Black with #D776B7

Text Example


Text Example

White with #D776B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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