#D033D6

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

Shades of Fuchsia #D033D6

Tints of Fuchsia #D033D6

Color information

#D033D6 (or 0xD033D6) is unknown color: approx Fuchsia. HEX triplet: D0, 33 and D6. RGB value is (208,51,214). Sum of RGB (Red+Green+Blue) = 208+51+214=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #D033D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033D6 is #2FCC29. Grayscale: #747474. Windows color (decimal): -3132458 or 14037968. OLE color: 14037968.

HSL color Cylindrical-coordinate representation of color #D033D6: hue angle of 297.79º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D033D6 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20851214-
CMYK0.030.7600.16
HSL297.79º66.53%51.96%-
HSV(B)297.79º76.17%83.92%-
XYZ39.3320.6365.53-
YUV116.52183.01193.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 51 (20.31% from 255) = 10.78%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=43.97%
G=10.78%
B=45.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208512140.030.7600.16297.7966.5351.96
HexD033D634C01012a4334
Octal32063326311402045210364
Binary11010000110011110101101110011000100001001010101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D033D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D033D6; }

 p { color: rgb(208,51,214); }

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

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

 a { background-color: rgb(208,51,214); }

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

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

 span { border-color: rgb(208,51,214); }

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