#D13DBA

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

Shades of Fuchsia #D13DBA

Tints of Fuchsia #D13DBA

Color information

#D13DBA (or 0xD13DBA) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and BA. RGB value is (209,61,186). Sum of RGB (Red+Green+Blue) = 209+61+186=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DBA is #2EC245. Grayscale: #777777. Windows color (decimal): -3064390 or 12205521. OLE color: 12205521.

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

Color convert

RGB20961186-
CMYK00.710.110.18
HSL309.32º61.67%52.94%-
HSV(B)309.32º70.81%81.96%-
XYZ36.8320.4448.46-
YUV119.5165.53191.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 61 (24.22% from 255) = 13.38%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=45.83%
G=13.38%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096118600.710.110.18309.3261.6752.94
HexD13DBA047B121353e35
Octal32175272010713224657665
Binary110100011111011011101001000111101110010100110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DBA; }

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

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

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

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

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

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

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

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