#D031D2

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

Shades of Fuchsia #D031D2

Tints of Fuchsia #D031D2

Color information

#D031D2 (or 0xD031D2) is unknown color: approx Fuchsia. HEX triplet: D0, 31 and D2. RGB value is (208,49,210). Sum of RGB (Red+Green+Blue) = 208+49+210=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #D031D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031D2 is #2FCE2D. Grayscale: #727272. Windows color (decimal): -3132974 or 13775312. OLE color: 13775312.

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

Color convert

RGB20849210-
CMYK0.010.7700.18
HSL299.25º64.14%50.78%-
HSV(B)299.25º76.67%82.35%-
XYZ38.7420.2662.84-
YUV114.9181.68194.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 49 (19.53% from 255) = 10.49%
BLUE value IS 210 (82.42% from 255) = 44.97%
R=44.54%
G=10.49%
B=44.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208492100.010.7700.18299.2564.1450.78
HexD031D214D01212b4033
Octal32061322111502245310063
Binary1101000011000111010010110011010100101001010111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D031D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D031D2; }

 p { color: rgb(208,49,210); }

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

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

 a { background-color: rgb(208,49,210); }

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

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

 span { border-color: rgb(208,49,210); }

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