Html Css Color HEX #D771B7 Persian Pink

📋 copy color: '#D771B7'

red 215 ◦ green 113 ◦ blue 183

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

Shades of Persian Pink #D771B7

Tints of Persian Pink #D771B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.11%

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

R = 42.07%
G = 22.11%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D771B7 (or 0xD771B7) is known color: Persian Pink. HEX triplet: D7, 71 and B7. RGB value is (215,113,183). Sum of RGB (Red+Green+Blue) = 215+113+183=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D771B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771B7 is #288E48. Grayscale: #979797. Windows color (decimal): -2657865 or 12022231. OLE color: 12022231.

HSL color Cylindrical-coordinate representation of color #D771B7: hue angle of 318.82º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771B7 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 183 -
CMYK 0 0.47 0.15 0.16
HSL 318.82º 0.56% 0.64% -
HSV(B) 318.82º 0.47% 0.84% -
XYZ 42.48 29.68 48.29 -
YUV 151.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 215 113 183 0 0.47 0.15 0.16 318.82 0.56 0.64
Hex D7 71 B7 0 2F F 10 13F 38 40
Octal 327 161 267 0 57 17 20 477 70 100
Binary 11010111 1110001 10110111 0 101111 1111 10000 100111111 111000 1000000

Color Harmonies of #D771B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771B7

Black with #D771B7

Text Example


Text Example

White with #D771B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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