Html Css Color HEX #D84EBC Fuchsia

📋 copy color: '#D84EBC'

red 216 ◦ green 78 ◦ blue 188

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

Shades of Fuchsia #D84EBC

Tints of Fuchsia #D84EBC

RGB

 RED value IS 216 (84.77% from 255) = 44.81%

 GREEN value IS 78 (30.86% from 255) = 16.18%

 BLUE value IS 188 (73.83% from 255) = 39%

R = 44.81%
G = 16.18%
B = 39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D84EBC (or 0xD84EBC) is known color: Fuchsia. HEX triplet: D8, 4E and BC. RGB value is (216,78,188). Sum of RGB (Red+Green+Blue) = 216+78+188=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EBC is #27B143. Grayscale: #838383. Windows color (decimal): -2601284 or 12340952. OLE color: 12340952.

HSL color Cylindrical-coordinate representation of color #D84EBC: hue angle of 312.17º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84EBC is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 78 188 -
CMYK 0 0.64 0.13 0.15
HSL 312.17º 0.64% 0.58% -
HSV(B) 312.17º 0.64% 0.85% -
XYZ 40.12 23.68 50.03 -
YUV 131.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 216 78 188 0 0.64 0.13 0.15 312.17 0.64 0.58
Hex D8 4E BC 0 40 D F 138 40 3A
Octal 330 116 274 0 100 15 17 470 100 72
Binary 11011000 1001110 10111100 0 1000000 1101 1111 100111000 1000000 111010

Color Harmonies of #D84EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84EBC

Black with #D84EBC

Text Example


Text Example

White with #D84EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84EBC; }

 p { color: rgb(216,78,188); }

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

background-color css

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

 a { background-color: rgb(216,78,188); }

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

border-color css

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

 span { border-color: rgb(216,78,188); }

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