Html Css Color HEX #D77EBB Persian Pink

📋 copy color: '#D77EBB'

red 215 ◦ green 126 ◦ blue 187

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

Shades of Persian Pink #D77EBB

Tints of Persian Pink #D77EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 40.72%
G = 23.86%
B = 35.42%

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

#D77EBB (or 0xD77EBB) is known color: Persian Pink. HEX triplet: D7, 7E and BB. RGB value is (215,126,187). Sum of RGB (Red+Green+Blue) = 215+126+187=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EBB is #288144. Grayscale: #9F9F9F. Windows color (decimal): -2654533 or 12287703. OLE color: 12287703.

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

Color convert

RGB 215 126 187 -
CMYK 0 0.41 0.13 0.16
HSL 318.88º 0.53% 0.67% -
HSV(B) 318.88º 0.41% 0.84% -
XYZ 44.45 32.96 51.03 -
YUV 159.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 215 126 187 0 0.41 0.13 0.16 318.88 0.53 0.67
Hex D7 7E BB 0 29 D 10 13F 35 43
Octal 327 176 273 0 51 15 20 477 65 103
Binary 11010111 1111110 10111011 0 101001 1101 10000 100111111 110101 1000011

Color Harmonies of #D77EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EBB

Black with #D77EBB

Text Example


Text Example

White with #D77EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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