#D84CB1

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

Shades of Fuchsia #D84CB1

Tints of Fuchsia #D84CB1

Color information

#D84CB1 (or 0xD84CB1) is unknown color: approx Fuchsia. HEX triplet: D8, 4C and B1. RGB value is (216,76,177). Sum of RGB (Red+Green+Blue) = 216+76+177=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CB1 is #27B34E. Grayscale: #818181. Windows color (decimal): -2601807 or 11619544. OLE color: 11619544.

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

Color convert

RGB21676177-
CMYK00.650.180.15
HSL316.71º64.22%57.25%-
HSV(B)316.71º64.81%84.71%-
XYZ38.8422.9443.98-
YUV129.37154.88189.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 76 (30.08% from 255) = 16.20%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=46.06%
G=16.20%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167617700.650.180.15316.7164.2257.25
HexD84CB104112F13d4039
Octal3301142610101221747510071
Binary11011000100110010110001010000011001011111001111011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84CB1; }

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

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

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

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

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

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

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

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