#D84CB8

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

Shades of Fuchsia #D84CB8

Tints of Fuchsia #D84CB8

Color information

#D84CB8 (or 0xD84CB8) is unknown color: approx Fuchsia. HEX triplet: D8, 4C and B8. RGB value is (216,76,184). Sum of RGB (Red+Green+Blue) = 216+76+184=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CB8 is #27B347. Grayscale: #818181. Windows color (decimal): -2601800 or 12078296. OLE color: 12078296.

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

Color convert

RGB21676184-
CMYK00.650.150.15
HSL313.71º64.22%57.25%-
HSV(B)313.71º64.81%84.71%-
XYZ39.5623.2347.75-
YUV130.17158.38189.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 76 (30.08% from 255) = 15.97%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=45.38%
G=15.97%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167618400.650.150.15313.7164.2257.25
HexD84CB8041FF13a4039
Octal3301142700101171747210071
Binary1101100010011001011100001000001111111111001110101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84CB8; }

 p { color: rgb(216,76,184); }

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

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

 a { background-color: rgb(216,76,184); }

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

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

 span { border-color: rgb(216,76,184); }

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