#D53DBF

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

Shades of Fuchsia #D53DBF

Tints of Fuchsia #D53DBF

Color information

#D53DBF (or 0xD53DBF) is unknown color: approx Fuchsia. HEX triplet: D5, 3D and BF. RGB value is (213,61,191). Sum of RGB (Red+Green+Blue) = 213+61+191=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DBF is #2AC240. Grayscale: #787878. Windows color (decimal): -2802241 or 12533205. OLE color: 12533205.

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

Color convert

RGB21361191-
CMYK00.710.100.16
HSL308.68º64.41%53.73%-
HSV(B)308.68º71.36%83.53%-
XYZ38.5121.2551.36-
YUV121.27167.36193.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 191 (75% from 255) = 41.08%
R=45.81%
G=13.12%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136119100.710.100.16308.6864.4153.73
HexD53DBF047A101354036
Octal325752770107122046510066
Binary1101010111110110111111010001111010100001001101011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53DBF; }

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

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

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

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

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

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

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

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