#D03CD1

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

Shades of Fuchsia #D03CD1

Tints of Fuchsia #D03CD1

Color information

#D03CD1 (or 0xD03CD1) is unknown color: approx Fuchsia. HEX triplet: D0, 3C and D1. RGB value is (208,60,209). Sum of RGB (Red+Green+Blue) = 208+60+209=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #D03CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CD1 is #2FC32E. Grayscale: #787878. Windows color (decimal): -3130159 or 13712592. OLE color: 13712592.

HSL color Cylindrical-coordinate representation of color #D03CD1: hue angle of 299.6º degrees, saturation: 0.62, 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 #D03CD1 is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20860209-
CMYK0.000.7100.18
HSL299.6º61.83%52.75%-
HSV(B)299.6º71.29%81.96%-
XYZ39.1421.2562.36-
YUV121.24177.53189.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 60 (23.83% from 255) = 12.58%
BLUE value IS 209 (82.03% from 255) = 43.82%
R=43.61%
G=12.58%
B=43.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208602090.000.7100.18299.661.8352.75
HexD03CD104701212c3e35
Octal3207432101070224547665
Binary110100001111001101000101000111010010100101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03CD1; }

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

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

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

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

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

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

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

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