#D53DBB

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

Shades of Fuchsia #D53DBB

Tints of Fuchsia #D53DBB

Color information

#D53DBB (or 0xD53DBB) is unknown color: approx Fuchsia. HEX triplet: D5, 3D and BB. RGB value is (213,61,187). Sum of RGB (Red+Green+Blue) = 213+61+187=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DBB is #2AC244. Grayscale: #787878. Windows color (decimal): -2802245 or 12271061. OLE color: 12271061.

HSL color Cylindrical-coordinate representation of color #D53DBB: hue angle of 310.26º 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 #D53DBB is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB21361187-
CMYK00.710.120.16
HSL310.26º64.41%53.73%-
HSV(B)310.26º71.36%83.53%-
XYZ38.0821.0749.07-
YUV120.81165.36193.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 61 (24.22% from 255) = 13.23%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=46.20%
G=13.23%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136118700.710.120.16310.2664.4153.73
HexD53DBB047C101364036
Octal325752730107142046610066
Binary1101010111110110111011010001111100100001001101101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53DBB; }

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

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

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

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

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

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

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

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