#D83DC8

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

Shades of Fuchsia #D83DC8

Tints of Fuchsia #D83DC8

Color information

#D83DC8 (or 0xD83DC8) is unknown color: approx Fuchsia. HEX triplet: D8, 3D and C8. RGB value is (216,61,200). Sum of RGB (Red+Green+Blue) = 216+61+200=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DC8 is #27C237. Grayscale: #7A7A7A. Windows color (decimal): -2605624 or 13123032. OLE color: 13123032.

HSL color Cylindrical-coordinate representation of color #D83DC8: hue angle of 306.19º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83DC8 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB21661200-
CMYK00.720.070.15
HSL306.19º66.52%54.31%-
HSV(B)306.19º71.76%84.71%-
XYZ40.4122.1156.78-
YUV123.19171.35194.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 61 (24.22% from 255) = 12.79%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=45.28%
G=12.79%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166120000.720.070.15306.1966.5254.31
HexD83DC80487F1324336
Octal33075310011071746210366
Binary11011000111101110010000100100011111111001100101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83DC8; }

 p { color: rgb(216,61,200); }

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

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

 a { background-color: rgb(216,61,200); }

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

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

 span { border-color: rgb(216,61,200); }

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