Html Css Color HEX #D84EBE Fuchsia

📋 copy color: '#D84EBE'

red 216 ◦ green 78 ◦ blue 190

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

Shades of Fuchsia #D84EBE

Tints of Fuchsia #D84EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 44.63%
G = 16.12%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D84EBE (or 0xD84EBE) is known color: Fuchsia. HEX triplet: D8, 4E and BE. RGB value is (216,78,190). Sum of RGB (Red+Green+Blue) = 216+78+190=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EBE is #27B141. Grayscale: #838383. Windows color (decimal): -2601282 or 12472024. OLE color: 12472024.

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

Color convert

RGB 216 78 190 -
CMYK 0 0.64 0.12 0.15
HSL 311.3º 0.64% 0.58% -
HSV(B) 311.3º 0.64% 0.85% -
XYZ 40.34 23.77 51.18 -
YUV 132.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 216 78 190 0 0.64 0.12 0.15 311.3 0.64 0.58
Hex D8 4E BE 0 40 C F 137 40 3A
Octal 330 116 276 0 100 14 17 467 100 72
Binary 11011000 1001110 10111110 0 1000000 1100 1111 100110111 1000000 111010

Color Harmonies of #D84EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84EBE

Black with #D84EBE

Text Example


Text Example

White with #D84EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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