#D132D0

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

Shades of Fuchsia #D132D0

Tints of Fuchsia #D132D0

Color information

#D132D0 (or 0xD132D0) is unknown color: approx Fuchsia. HEX triplet: D1, 32 and D0. RGB value is (209,50,208). Sum of RGB (Red+Green+Blue) = 209+50+208=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D132D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132D0 is #2ECD2F. Grayscale: #737373. Windows color (decimal): -3067184 or 13644497. OLE color: 13644497.

HSL color Cylindrical-coordinate representation of color #D132D0: hue angle of 300.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D132D0 is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB20950208-
CMYK00.760.000.18
HSL300.38º63.35%50.78%-
HSV(B)300.38º76.08%81.96%-
XYZ38.8220.3961.56-
YUV115.55180.18194.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 50 (19.92% from 255) = 10.71%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=44.75%
G=10.71%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095020800.760.000.18300.3863.3550.78
HexD132D004C01212c3f33
Octal3216232001140224547763
Binary110100011100101101000001001100010010100101100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D132D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D132D0; }

 p { color: rgb(209,50,208); }

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

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

 a { background-color: rgb(209,50,208); }

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

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

 span { border-color: rgb(209,50,208); }

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