#D84CB9

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

Shades of Fuchsia #D84CB9

Tints of Fuchsia #D84CB9

Color information

#D84CB9 (or 0xD84CB9) is unknown color: approx Fuchsia. HEX triplet: D8, 4C and B9. RGB value is (216,76,185). Sum of RGB (Red+Green+Blue) = 216+76+185=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CB9 is #27B346. Grayscale: #818181. Windows color (decimal): -2601799 or 12143832. OLE color: 12143832.

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

Color convert

RGB21676185-
CMYK00.650.140.15
HSL313.29º64.22%57.25%-
HSV(B)313.29º64.81%84.71%-
XYZ39.6623.2748.3-
YUV130.29158.88189.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 76 (30.08% from 255) = 15.93%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=45.28%
G=15.93%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167618500.650.140.15313.2964.2257.25
HexD84CB9041EF1394039
Octal3301142710101161747110071
Binary1101100010011001011100101000001111011111001110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84CB9; }

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

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

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

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

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

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

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

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