#D03CD3

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

Shades of Fuchsia #D03CD3

Tints of Fuchsia #D03CD3

Color information

#D03CD3 (or 0xD03CD3) is unknown color: approx Fuchsia. HEX triplet: D0, 3C and D3. RGB value is (208,60,211). Sum of RGB (Red+Green+Blue) = 208+60+211=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #D03CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CD3 is #2FC32C. Grayscale: #797979. Windows color (decimal): -3130157 or 13843664. OLE color: 13843664.

HSL color Cylindrical-coordinate representation of color #D03CD3: hue angle of 298.81º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03CD3 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20860211-
CMYK0.010.7200.17
HSL298.81º63.18%53.14%-
HSV(B)298.81º71.56%82.75%-
XYZ39.3921.3463.67-
YUV121.47178.53189.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 60 (23.83% from 255) = 12.53%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=43.42%
G=12.53%
B=44.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208602110.010.7200.17298.8163.1853.14
HexD03CD314801112b3f35
Octal3207432311100214537765
Binary110100001111001101001111001000010001100101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03CD3; }

 p { color: rgb(208,60,211); }

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

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

 a { background-color: rgb(208,60,211); }

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

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

 span { border-color: rgb(208,60,211); }

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