#D84CB2

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

Shades of Fuchsia #D84CB2

Tints of Fuchsia #D84CB2

Color information

#D84CB2 (or 0xD84CB2) is unknown color: approx Fuchsia. HEX triplet: D8, 4C and B2. RGB value is (216,76,178). Sum of RGB (Red+Green+Blue) = 216+76+178=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CB2 is #27B34D. Grayscale: #818181. Windows color (decimal): -2601806 or 11685080. OLE color: 11685080.

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

Color convert

RGB21676178-
CMYK00.650.180.15
HSL316.29º64.22%57.25%-
HSV(B)316.29º64.81%84.71%-
XYZ38.9422.9844.5-
YUV129.49155.38189.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 76 (30.08% from 255) = 16.17%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=45.96%
G=16.17%
B=37.87%

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
Decimal2167617800.650.180.15316.2964.2257.25
HexD84CB204112F13c4039
Octal3301142620101221747410071
Binary11011000100110010110010010000011001011111001111001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84CB2; }

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

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

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

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

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

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

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

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