Html Css Color HEX #D777B2 Persian Pink

📋 copy color: '#D777B2'

red 215 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #D777B2

Tints of Persian Pink #D777B2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.24%

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

R = 41.99%
G = 23.24%
B = 34.77%

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

#D777B2 (or 0xD777B2) is known color: Persian Pink. HEX triplet: D7, 77 and B2. RGB value is (215,119,178). Sum of RGB (Red+Green+Blue) = 215+119+178=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D777B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D777B2 is #28884D. Grayscale: #9A9A9A. Windows color (decimal): -2656334 or 11696087. OLE color: 11696087.

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

Color convert

RGB 215 119 178 -
CMYK 0 0.45 0.17 0.16
HSL 323.13º 0.55% 0.65% -
HSV(B) 323.13º 0.45% 0.84% -
XYZ 42.66 30.86 45.83 -
YUV 154.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 215 119 178 0 0.45 0.17 0.16 323.13 0.55 0.65
Hex D7 77 B2 0 2D 11 10 143 37 41
Octal 327 167 262 0 55 21 20 503 67 101
Binary 11010111 1110111 10110010 0 101101 10001 10000 101000011 110111 1000001

Color Harmonies of #D777B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777B2

Black with #D777B2

Text Example


Text Example

White with #D777B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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