Html Css Color HEX #D77EBD Persian Pink

📋 copy color: '#D77EBD'

red 215 ◦ green 126 ◦ blue 189

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

Shades of Persian Pink #D77EBD

Tints of Persian Pink #D77EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 40.57%
G = 23.77%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D77EBD (or 0xD77EBD) is known color: Persian Pink. HEX triplet: D7, 7E and BD. RGB value is (215,126,189). Sum of RGB (Red+Green+Blue) = 215+126+189=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EBD is #288142. Grayscale: #9F9F9F. Windows color (decimal): -2654531 or 12418775. OLE color: 12418775.

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

Color convert

RGB 215 126 189 -
CMYK 0 0.41 0.12 0.16
HSL 317.53º 0.53% 0.67% -
HSV(B) 317.53º 0.41% 0.84% -
XYZ 44.67 33.04 52.17 -
YUV 159.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 215 126 189 0 0.41 0.12 0.16 317.53 0.53 0.67
Hex D7 7E BD 0 29 C 10 13E 35 43
Octal 327 176 275 0 51 14 20 476 65 103
Binary 11010111 1111110 10111101 0 101001 1100 10000 100111110 110101 1000011

Color Harmonies of #D77EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EBD

Black with #D77EBD

Text Example


Text Example

White with #D77EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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