#D232D2

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

Shades of Fuchsia #D232D2

Tints of Fuchsia #D232D2

Color information

#D232D2 (or 0xD232D2) is unknown color: approx Fuchsia. HEX triplet: D2, 32 and D2. RGB value is (210,50,210). Sum of RGB (Red+Green+Blue) = 210+50+210=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D232D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232D2 is #2DCD2D. Grayscale: #737373. Windows color (decimal): -3001646 or 13775570. OLE color: 13775570.

HSL color Cylindrical-coordinate representation of color #D232D2: hue angle of 300º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232D2 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB21050210-
CMYK00.7600.18
HSL300º64%50.98%-
HSV(B)300º76.19%82.35%-
XYZ39.3520.6462.88-
YUV116.08181.01194.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 50 (19.92% from 255) = 10.64%
BLUE value IS 210 (82.42% from 255) = 44.68%
R=44.68%
G=10.64%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105021000.7600.183006450.98
HexD232D204C01212c4033
Octal32262322011402245410063
Binary1101001011001011010010010011000100101001011001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D232D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D232D2; }

 p { color: rgb(210,50,210); }

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

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

 a { background-color: rgb(210,50,210); }

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

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

 span { border-color: rgb(210,50,210); }

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