#D241D0

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

Shades of Fuchsia #D241D0

Tints of Fuchsia #D241D0

Color information

#D241D0 (or 0xD241D0) is unknown color: approx Fuchsia. HEX triplet: D2, 41 and D0. RGB value is (210,65,208). Sum of RGB (Red+Green+Blue) = 210+65+208=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D241D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241D0 is #2DBE2F. Grayscale: #7C7C7C. Windows color (decimal): -2997808 or 13648338. OLE color: 13648338.

HSL color Cylindrical-coordinate representation of color #D241D0: hue angle of 300.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D241D0 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB21065208-
CMYK00.690.010.18
HSL300.83º61.7%53.92%-
HSV(B)300.83º69.05%82.35%-
XYZ39.8522.0461.83-
YUV124.66175.04188.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 65 (25.78% from 255) = 13.46%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=43.48%
G=13.46%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106520800.690.010.18300.8361.753.92
HexD241D004511212d3e36
Octal32210132001051224557666
Binary1101001010000011101000001000101110010100101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D241D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D241D0; }

 p { color: rgb(210,65,208); }

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

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

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

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

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

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

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