#D33AD5

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

Shades of Fuchsia #D33AD5

Tints of Fuchsia #D33AD5

Color information

#D33AD5 (or 0xD33AD5) is unknown color: approx Fuchsia. HEX triplet: D3, 3A and D5. RGB value is (211,58,213). Sum of RGB (Red+Green+Blue) = 211+58+213=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #D33AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33AD5 is #2CC52A. Grayscale: #787878. Windows color (decimal): -2934059 or 13974227. OLE color: 13974227.

HSL color Cylindrical-coordinate representation of color #D33AD5: hue angle of 299.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33AD5 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21158213-
CMYK0.010.7300.16
HSL299.23º64.85%53.14%-
HSV(B)299.23º72.77%83.53%-
XYZ40.3921.6865.01-
YUV121.42179.69191.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 58 (23.05% from 255) = 12.03%
BLUE value IS 213 (83.59% from 255) = 44.19%
R=43.78%
G=12.03%
B=44.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211582130.010.7300.16299.2364.8553.14
HexD33AD514901012b4135
Octal32372325111102045310165
Binary1101001111101011010101110010010100001001010111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33AD5; }

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

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

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

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

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

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

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

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