#D13BBA

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

Shades of Fuchsia #D13BBA

Tints of Fuchsia #D13BBA

Color information

#D13BBA (or 0xD13BBA) is unknown color: approx Fuchsia. HEX triplet: D1, 3B and BA. RGB value is (209,59,186). Sum of RGB (Red+Green+Blue) = 209+59+186=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BBA is #2EC445. Grayscale: #757575. Windows color (decimal): -3064902 or 12205009. OLE color: 12205009.

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

Color convert

RGB20959186-
CMYK00.720.110.18
HSL309.2º61.98%52.55%-
HSV(B)309.2º71.77%81.96%-
XYZ36.7220.2348.42-
YUV118.33166.2192.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.04%
GREEN value IS 59 (23.44% from 255) = 13.00%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=46.04%
G=13.00%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095918600.720.110.18309.261.9852.55
HexD13BBA048B121353e35
Octal32173272011013224657665
Binary110100011110111011101001001000101110010100110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13BBA; }

 p { color: rgb(209,59,186); }

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

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

 a { background-color: rgb(209,59,186); }

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

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

 span { border-color: rgb(209,59,186); }

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