#D84EB7

Color #D84EB7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D84EB7

Tints of Fuchsia #D84EB7

Color information

#D84EB7 (or 0xD84EB7) is unknown color: approx Fuchsia. HEX triplet: D8, 4E and B7. RGB value is (216,78,183). Sum of RGB (Red+Green+Blue) = 216+78+183=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EB7 is #27B148. Grayscale: #828282. Windows color (decimal): -2601289 or 12013272. OLE color: 12013272.

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

Color convert

RGB21678183-
CMYK00.640.150.15
HSL314.35º63.89%57.65%-
HSV(B)314.35º63.89%84.71%-
XYZ39.5923.4747.24-
YUV131.23157.22188.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 78 (30.86% from 255) = 16.35%
BLUE value IS 183 (71.88% from 255) = 38.36%
R=45.28%
G=16.35%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167818300.640.150.15314.3563.8957.65
HexD84EB7040FF13a403a
Octal3301162670100171747210072
Binary1101100010011101011011101000000111111111001110101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84EB7; }

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

 H1.HeaderClassName
 {
   color: #D84EB7;
 }
 .AnyTagClassName
 {
   color: #D84EB7;
 }
</style>
background-color css

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

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

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

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

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

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