#D241BA

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

Shades of Fuchsia #D241BA

Tints of Fuchsia #D241BA

Color information

#D241BA (or 0xD241BA) is unknown color: approx Fuchsia. HEX triplet: D2, 41 and BA. RGB value is (210,65,186). Sum of RGB (Red+Green+Blue) = 210+65+186=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D241BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241BA is #2DBE45. Grayscale: #797979. Windows color (decimal): -2997830 or 12206546. OLE color: 12206546.

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

Color convert

RGB21065186-
CMYK00.690.110.18
HSL309.93º61.7%53.92%-
HSV(B)309.93º69.05%82.35%-
XYZ37.3321.0348.55-
YUV122.15164.04190.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 65 (25.78% from 255) = 14.10%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=45.55%
G=14.10%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106518600.690.110.18309.9361.753.92
HexD241BA045B121363e36
Octal322101272010513224667666
Binary1101001010000011011101001000101101110010100110110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D241BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D241BA; }

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

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

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

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

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

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

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

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