#D32DCD

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

Shades of Fuchsia #D32DCD

Tints of Fuchsia #D32DCD

Color information

#D32DCD (or 0xD32DCD) is unknown color: approx Fuchsia. HEX triplet: D3, 2D and CD. RGB value is (211,45,205). Sum of RGB (Red+Green+Blue) = 211+45+205=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D32DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DCD is #2CD232. Grayscale: #707070. Windows color (decimal): -2937395 or 13446611. OLE color: 13446611.

HSL color Cylindrical-coordinate representation of color #D32DCD: hue angle of 302.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32DCD is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB21145205-
CMYK00.790.030.17
HSL302.17º65.35%50.2%-
HSV(B)302.17º78.67%82.75%-
XYZ38.8220.1359.6-
YUV112.87180197.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.77%
GREEN value IS 45 (17.97% from 255) = 9.76%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=45.77%
G=9.76%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114520500.790.030.17302.1765.3550.2
HexD32DCD04F31112e4132
Octal32355315011732145610162
Binary11010011101101110011010100111111100011001011101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32DCD; }

 p { color: rgb(211,45,205); }

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

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

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

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

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

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

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