#D53DBA

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

Shades of Fuchsia #D53DBA

Tints of Fuchsia #D53DBA

Color information

#D53DBA (or 0xD53DBA) is unknown color: approx Fuchsia. HEX triplet: D5, 3D and BA. RGB value is (213,61,186). Sum of RGB (Red+Green+Blue) = 213+61+186=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DBA is #2AC245. Grayscale: #787878. Windows color (decimal): -2802246 or 12205525. OLE color: 12205525.

HSL color Cylindrical-coordinate representation of color #D53DBA: hue angle of 310.66º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53DBA is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB21361186-
CMYK00.710.130.16
HSL310.66º64.41%53.73%-
HSV(B)310.66º71.36%83.53%-
XYZ37.9721.0348.51-
YUV120.7164.86193.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 61 (24.22% from 255) = 13.26%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=46.30%
G=13.26%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136118600.710.130.16310.6664.4153.73
HexD53DBA047D101374036
Octal325752720107152046710066
Binary1101010111110110111010010001111101100001001101111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53DBA; }

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

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

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

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

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

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

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

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