#D32DB9

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

Shades of Fuchsia #D32DB9

Tints of Fuchsia #D32DB9

Color information

#D32DB9 (or 0xD32DB9) is unknown color: approx Fuchsia. HEX triplet: D3, 2D and B9. RGB value is (211,45,185). Sum of RGB (Red+Green+Blue) = 211+45+185=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D32DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DB9 is #2CD246. Grayscale: #6E6E6E. Windows color (decimal): -2937415 or 12135891. OLE color: 12135891.

HSL color Cylindrical-coordinate representation of color #D32DB9: hue angle of 309.4º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32DB9 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB21145185-
CMYK00.790.120.17
HSL309.4º65.35%50.2%-
HSV(B)309.4º78.67%82.75%-
XYZ36.5619.2347.68-
YUV110.59170199.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 45 (17.97% from 255) = 10.20%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=47.85%
G=10.20%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114518500.790.120.17309.465.3550.2
HexD32DB904FC111354132
Octal323552710117142146510162
Binary1101001110110110111001010011111100100011001101011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32DB9; }

 p { color: rgb(211,45,185); }

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

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

 a { background-color: rgb(211,45,185); }

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

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

 span { border-color: rgb(211,45,185); }

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