#D03DC4

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

Shades of Fuchsia #D03DC4

Tints of Fuchsia #D03DC4

Color information

#D03DC4 (or 0xD03DC4) is unknown color: approx Fuchsia. HEX triplet: D0, 3D and C4. RGB value is (208,61,196). Sum of RGB (Red+Green+Blue) = 208+61+196=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DC4 is #2FC23B. Grayscale: #777777. Windows color (decimal): -3129916 or 12860880. OLE color: 12860880.

HSL color Cylindrical-coordinate representation of color #D03DC4: hue angle of 304.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03DC4 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20861196-
CMYK00.710.060.18
HSL304.9º61%52.75%-
HSV(B)304.9º70.67%81.57%-
XYZ37.6420.7354.24-
YUV120.34170.7190.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=44.73%
G=13.12%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086119600.710.060.18304.96152.75
HexD03DC40476121313d35
Octal3207530401076224617565
Binary11010000111101110001000100011111010010100110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03DC4; }

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

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

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

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

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

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

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

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