Html Css Color HEX #D77FB4 Persian Pink

📋 copy color: '#D77FB4'

red 215 ◦ green 127 ◦ blue 180

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

Shades of Persian Pink #D77FB4

Tints of Persian Pink #D77FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.48%

R = 41.19%
G = 24.33%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D77FB4 (or 0xD77FB4) is known color: Persian Pink. HEX triplet: D7, 7F and B4. RGB value is (215,127,180). Sum of RGB (Red+Green+Blue) = 215+127+180=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FB4 is #28804B. Grayscale: #9F9F9F. Windows color (decimal): -2654284 or 11829207. OLE color: 11829207.

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

Color convert

RGB 215 127 180 -
CMYK 0 0.41 0.16 0.16
HSL 323.86º 0.52% 0.67% -
HSV(B) 323.86º 0.41% 0.84% -
XYZ 43.85 32.92 47.22 -
YUV 159.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 215 127 180 0 0.41 0.16 0.16 323.86 0.52 0.67
Hex D7 7F B4 0 29 10 10 144 34 43
Octal 327 177 264 0 51 20 20 504 64 103
Binary 11010111 1111111 10110100 0 101001 10000 10000 101000100 110100 1000011

Color Harmonies of #D77FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FB4

Black with #D77FB4

Text Example


Text Example

White with #D77FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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