#D241CA

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

Shades of Fuchsia #D241CA

Tints of Fuchsia #D241CA

Color information

#D241CA (or 0xD241CA) is unknown color: approx Fuchsia. HEX triplet: D2, 41 and CA. RGB value is (210,65,202). Sum of RGB (Red+Green+Blue) = 210+65+202=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D241CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241CA is #2DBE35. Grayscale: #7B7B7B. Windows color (decimal): -2997814 or 13255122. OLE color: 13255122.

HSL color Cylindrical-coordinate representation of color #D241CA: hue angle of 303.31º 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 #D241CA is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB21065202-
CMYK00.690.040.18
HSL303.31º61.7%53.92%-
HSV(B)303.31º69.05%82.35%-
XYZ39.1321.7558.01-
YUV123.97172.04189.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 65 (25.78% from 255) = 13.63%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=44.03%
G=13.63%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106520200.690.040.18303.3161.753.92
HexD241CA04541212f3e36
Octal32210131201054224577666
Binary110100101000001110010100100010110010010100101111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D241CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D241CA; }

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

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

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

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

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

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

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

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