Html Css Color HEX #D77CB4 Persian Pink

📋 copy color: '#D77CB4'

red 215 ◦ green 124 ◦ blue 180

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

Shades of Persian Pink #D77CB4

Tints of Persian Pink #D77CB4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 41.43%
G = 23.89%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D77CB4 (or 0xD77CB4) is known color: Persian Pink. HEX triplet: D7, 7C and B4. RGB value is (215,124,180). Sum of RGB (Red+Green+Blue) = 215+124+180=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CB4 is #28834B. Grayscale: #9D9D9D. Windows color (decimal): -2655052 or 11828439. OLE color: 11828439.

HSL color Cylindrical-coordinate representation of color #D77CB4: hue angle of 323.08º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CB4 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 180 -
CMYK 0 0.42 0.16 0.16
HSL 323.08º 0.53% 0.66% -
HSV(B) 323.08º 0.42% 0.84% -
XYZ 43.47 32.16 47.1 -
YUV 157.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 215 124 180 0 0.42 0.16 0.16 323.08 0.53 0.66
Hex D7 7C B4 0 2A 10 10 143 35 42
Octal 327 174 264 0 52 20 20 503 65 102
Binary 11010111 1111100 10110100 0 101010 10000 10000 101000011 110101 1000010

Color Harmonies of #D77CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CB4

Black with #D77CB4

Text Example


Text Example

White with #D77CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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