#D33AD3

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

Shades of Fuchsia #D33AD3

Tints of Fuchsia #D33AD3

Color information

#D33AD3 (or 0xD33AD3) is unknown color: approx Fuchsia. HEX triplet: D3, 3A and D3. RGB value is (211,58,211). Sum of RGB (Red+Green+Blue) = 211+58+211=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D33AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33AD3 is #2CC52C. Grayscale: #787878. Windows color (decimal): -2934061 or 13843155. OLE color: 13843155.

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

Color convert

RGB21158211-
CMYK00.7300.17
HSL300º63.49%52.75%-
HSV(B)300º72.51%82.75%-
XYZ40.1321.5863.68-
YUV121.19178.69192.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.96%
GREEN value IS 58 (23.05% from 255) = 12.08%
BLUE value IS 211 (82.81% from 255) = 43.96%
R=43.96%
G=12.08%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115821100.7300.1730063.4952.75
HexD33AD304901112c3f35
Octal3237232301110214547765
Binary110100111110101101001101001001010001100101100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33AD3; }

 p { color: rgb(211,58,211); }

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

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

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

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

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

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

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