Html Css Color HEX #D77FB7 Persian Pink

📋 copy color: '#D77FB7'

red 215 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #D77FB7

Tints of Persian Pink #D77FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 24.19%

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

R = 40.95%
G = 24.19%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D77FB7 (or 0xD77FB7) is known color: Persian Pink. HEX triplet: D7, 7F and B7. RGB value is (215,127,183). Sum of RGB (Red+Green+Blue) = 215+127+183=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FB7 is #288048. Grayscale: #9F9F9F. Windows color (decimal): -2654281 or 12025815. OLE color: 12025815.

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

Color convert

RGB 215 127 183 -
CMYK 0 0.41 0.15 0.16
HSL 321.82º 0.52% 0.67% -
HSV(B) 321.82º 0.41% 0.84% -
XYZ 44.16 33.04 48.85 -
YUV 159.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 215 127 183 0 0.41 0.15 0.16 321.82 0.52 0.67
Hex D7 7F B7 0 29 F 10 142 34 43
Octal 327 177 267 0 51 17 20 502 64 103
Binary 11010111 1111111 10110111 0 101001 1111 10000 101000010 110100 1000011

Color Harmonies of #D77FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FB7

Black with #D77FB7

Text Example


Text Example

White with #D77FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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