Html Css Color HEX #D777BA Persian Pink

📋 copy color: '#D777BA'

red 215 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #D777BA

Tints of Persian Pink #D777BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 41.35%
G = 22.88%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D777BA (or 0xD777BA) is known color: Persian Pink. HEX triplet: D7, 77 and BA. RGB value is (215,119,186). Sum of RGB (Red+Green+Blue) = 215+119+186=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D777BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777BA is #288845. Grayscale: #9B9B9B. Windows color (decimal): -2656326 or 12220375. OLE color: 12220375.

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

Color convert

RGB 215 119 186 -
CMYK 0 0.45 0.13 0.16
HSL 318.13º 0.55% 0.65% -
HSV(B) 318.13º 0.45% 0.84% -
XYZ 43.48 31.19 50.18 -
YUV 155.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 215 119 186 0 0.45 0.13 0.16 318.13 0.55 0.65
Hex D7 77 BA 0 2D D 10 13E 37 41
Octal 327 167 272 0 55 15 20 476 67 101
Binary 11010111 1110111 10111010 0 101101 1101 10000 100111110 110111 1000001

Color Harmonies of #D777BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777BA

Black with #D777BA

Text Example


Text Example

White with #D777BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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