#D45DB7

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

Shades of Fuchsia #D45DB7

Tints of Fuchsia #D45DB7

Color information

#D45DB7 (or 0xD45DB7) is unknown color: approx Fuchsia. HEX triplet: D4, 5D and B7. RGB value is (212,93,183). Sum of RGB (Red+Green+Blue) = 212+93+183=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DB7 is #2BA248. Grayscale: #8A8A8A. Windows color (decimal): -2859593 or 12017108. OLE color: 12017108.

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

Color convert

RGB21293183-
CMYK00.560.140.17
HSL314.62º58.05%59.8%-
HSV(B)314.62º56.13%83.14%-
XYZ39.6125.2447.58-
YUV138.84152.92180.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=43.44%
G=19.06%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129318300.560.140.17314.6258.0559.8
HexD45DB7038E1113b3a3c
Octal32413526707016214737274
Binary110101001011101101101110111000111010001100111011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45DB7; }

 p { color: rgb(212,93,183); }

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

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

 a { background-color: rgb(212,93,183); }

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

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

 span { border-color: rgb(212,93,183); }

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