Html Css Color HEX #D77EBA Persian Pink

📋 copy color: '#D77EBA'

red 215 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #D77EBA

Tints of Persian Pink #D77EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.91%

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

R = 40.8%
G = 23.91%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D77EBA (or 0xD77EBA) is known color: Persian Pink. HEX triplet: D7, 7E and BA. RGB value is (215,126,186). Sum of RGB (Red+Green+Blue) = 215+126+186=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EBA is #288145. Grayscale: #9F9F9F. Windows color (decimal): -2654534 or 12222167. OLE color: 12222167.

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

Color convert

RGB 215 126 186 -
CMYK 0 0.41 0.13 0.16
HSL 319.55º 0.53% 0.67% -
HSV(B) 319.55º 0.41% 0.84% -
XYZ 44.35 32.91 50.47 -
YUV 159.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 215 126 186 0 0.41 0.13 0.16 319.55 0.53 0.67
Hex D7 7E BA 0 29 D 10 140 35 43
Octal 327 176 272 0 51 15 20 500 65 103
Binary 11010111 1111110 10111010 0 101001 1101 10000 101000000 110101 1000011

Color Harmonies of #D77EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EBA

Black with #D77EBA

Text Example


Text Example

White with #D77EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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