Html Css Color HEX #D776B2 Persian Pink

📋 copy color: '#D776B2'

red 215 ◦ green 118 ◦ blue 178

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

Shades of Persian Pink #D776B2

Tints of Persian Pink #D776B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 42.07%
G = 23.09%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D776B2 (or 0xD776B2) is known color: Persian Pink. HEX triplet: D7, 76 and B2. RGB value is (215,118,178). Sum of RGB (Red+Green+Blue) = 215+118+178=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D776B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D776B2 is #28894D. Grayscale: #999999. Windows color (decimal): -2656590 or 11695831. OLE color: 11695831.

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

Color convert

RGB 215 118 178 -
CMYK 0 0.45 0.17 0.16
HSL 322.89º 0.55% 0.65% -
HSV(B) 322.89º 0.45% 0.84% -
XYZ 42.54 30.62 45.79 -
YUV 153.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 215 118 178 0 0.45 0.17 0.16 322.89 0.55 0.65
Hex D7 76 B2 0 2D 11 10 143 37 41
Octal 327 166 262 0 55 21 20 503 67 101
Binary 11010111 1110110 10110010 0 101101 10001 10000 101000011 110111 1000001

Color Harmonies of #D776B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776B2

Black with #D776B2

Text Example


Text Example

White with #D776B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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