#D453B0

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

Shades of Fuchsia #D453B0

Tints of Fuchsia #D453B0

Color information

#D453B0 (or 0xD453B0) is unknown color: approx Fuchsia. HEX triplet: D4, 53 and B0. RGB value is (212,83,176). Sum of RGB (Red+Green+Blue) = 212+83+176=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D453B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D453B0 is #2BAC4F. Grayscale: #838383. Windows color (decimal): -2862160 or 11555796. OLE color: 11555796.

HSL color Cylindrical-coordinate representation of color #D453B0: hue angle of 316.74º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453B0 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB21283176-
CMYK00.610.170.17
HSL316.74º60%57.84%-
HSV(B)316.74º60.85%83.14%-
XYZ38.0823.3243.57-
YUV132.17152.74184.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 83 (32.81% from 255) = 17.62%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=45.01%
G=17.62%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128317600.610.170.17316.746057.84
HexD453B003D111113d3c3a
Octal32412326007521214757472
Binary1101010010100111011000001111011000110001100111101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D453B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D453B0; }

 p { color: rgb(212,83,176); }

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

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

 a { background-color: rgb(212,83,176); }

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

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

 span { border-color: rgb(212,83,176); }

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