#D03DD5

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

Shades of Fuchsia #D03DD5

Tints of Fuchsia #D03DD5

Color information

#D03DD5 (or 0xD03DD5) is unknown color: approx Fuchsia. HEX triplet: D0, 3D and D5. RGB value is (208,61,213). Sum of RGB (Red+Green+Blue) = 208+61+213=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #D03DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DD5 is #2FC22A. Grayscale: #797979. Windows color (decimal): -3129899 or 13974992. OLE color: 13974992.

HSL color Cylindrical-coordinate representation of color #D03DD5: hue angle of 298.03º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03DD5 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20861213-
CMYK0.020.7100.16
HSL298.03º64.41%53.73%-
HSV(B)298.03º71.36%83.53%-
XYZ39.6921.5565.02-
YUV122.28179.2189.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 61 (24.22% from 255) = 12.66%
BLUE value IS 213 (83.59% from 255) = 44.19%
R=43.15%
G=12.66%
B=44.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208612130.020.7100.16298.0364.4153.73
HexD03DD524701012a4036
Octal32075325210702045210066
Binary11010000111101110101011010001110100001001010101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03DD5; }

 p { color: rgb(208,61,213); }

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

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

 a { background-color: rgb(208,61,213); }

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

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

 span { border-color: rgb(208,61,213); }

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