Html Css Color HEX #D77EB8 Persian Pink

📋 copy color: '#D77EB8'

red 215 ◦ green 126 ◦ blue 184

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

Shades of Persian Pink #D77EB8

Tints of Persian Pink #D77EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.05%

R = 40.95%
G = 24%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D77EB8 (or 0xD77EB8) is known color: Persian Pink. HEX triplet: D7, 7E and B8. RGB value is (215,126,184). Sum of RGB (Red+Green+Blue) = 215+126+184=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EB8 is #288147. Grayscale: #9F9F9F. Windows color (decimal): -2654536 or 12091095. OLE color: 12091095.

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

Color convert

RGB 215 126 184 -
CMYK 0 0.41 0.14 0.16
HSL 320.9º 0.53% 0.67% -
HSV(B) 320.9º 0.41% 0.84% -
XYZ 44.14 32.83 49.36 -
YUV 159.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 215 126 184 0 0.41 0.14 0.16 320.9 0.53 0.67
Hex D7 7E B8 0 29 E 10 141 35 43
Octal 327 176 270 0 51 16 20 501 65 103
Binary 11010111 1111110 10111000 0 101001 1110 10000 101000001 110101 1000011

Color Harmonies of #D77EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EB8

Black with #D77EB8

Text Example


Text Example

White with #D77EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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